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": {