Skip to content

Commit 33fb504

Browse files
authored
Merge pull request #5 from tubone24/v0.1.0-release
fix changelog
2 parents d65248e + 7108e70 commit 33fb504

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ All notable changes to the "aiscript-syntax" extension will be documented in thi
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [0.0.1]
7+
## [0.1.0]
88

9-
- Initial release
9+
- Multiple comments out supported. (Thanks to [70165tk](https://github.com/70165tk))
10+
11+
## [0.0.3]
12+
13+
- Add MetaData
1014

1115
## [0.0.2]
1216

1317
- Add Snippets
1418

15-
## [0.0.3]
19+
## [0.0.1]
1620

17-
- Add MetaData
21+
- Initial release

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ Provides syntax hightlight and snippets of [AiScript](https://github.com/syuilo/
44

55
## Release Notes
66

7-
### 0.0.1
8-
9-
Initial release of AiScript Syntax
10-
11-
### 0.0.2
12-
13-
Add Snippets
7+
Check [CHANGELOG.md] !
148

159
**Enjoy!**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publisher": "tubone24",
66
"repository": "https://github.com/tubone24/aiscript-syntax-vscode",
77
"license": "MIT",
8-
"version": "0.0.3",
8+
"version": "0.1.0",
99
"engines": {
1010
"vscode": "^1.77.0"
1111
},

0 commit comments

Comments
 (0)