diff --git a/CHANGELOG.md b/CHANGELOG.md index da2f976..c05840f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,18 @@ All notable changes to the "aiscript-syntax" extension will be documented in thi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [0.0.1] +## [0.1.0] -- Initial release +- Multiple comments out supported. (Thanks to [70165tk](https://github.com/70165tk)) + +## [0.0.3] + +- Add MetaData ## [0.0.2] - Add Snippets -## [0.0.3] +## [0.0.1] -- Add MetaData \ No newline at end of file +- Initial release diff --git a/README.md b/README.md index 64a0829..ee43714 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@ Provides syntax hightlight and snippets of [AiScript](https://github.com/syuilo/ ## Release Notes -### 0.0.1 - -Initial release of AiScript Syntax - -### 0.0.2 - -Add Snippets +Check [CHANGELOG.md] ! **Enjoy!** diff --git a/package.json b/package.json index ccaab47..94bf6ef 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "publisher": "tubone24", "repository": "https://github.com/tubone24/aiscript-syntax-vscode", "license": "MIT", - "version": "0.0.3", + "version": "0.1.0", "engines": { "vscode": "^1.77.0" },