From 24f8ebc584e3e77d6a116a5a03a80c55008b44a3 Mon Sep 17 00:00:00 2001 From: Kevin Yang Date: Mon, 18 Sep 2017 22:31:26 -0700 Subject: [PATCH] 1.0.1 release --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc82b0..e51730a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this extension will be documented in this file. +## [1.0.1] +- Add multi-line support for Rust, Go +- Add single-line support for YAML + ## [1.0.0] - Add multi-line comment support for Less, Objective-C/C++, and Swift. - Add single-line comment blocks for most officially supported languages. See README for more information. diff --git a/package.json b/package.json index 42b3cce..3f7eb37 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "auto-comment-blocks", "displayName": "Auto Comment Blocks", "description": "Provides block comment completion for Javadoc-style multi-line comments and single-line comment blocks for most officially supported languages.", - "version": "1.0.0", + "version": "1.0.1", "publisher": "kevinkyang", "homepage": "https://github.com/kevinkyang/auto-comment-blocks", "repository": {