Skip to content

Commit 5695ea4

Browse files
committed
Changes for 1.0.0 release
1 parent 520b33e commit 5695ea4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
- [0.0.3] Select the created module in the Explorer window and unfold if
88
needed
99
- [0.0.4] Don't hardcode path separator
10+
11+
## [1.0.0] - 2021-07-23
12+
13+
- First public release to VSCode Marketplace.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ missing :
1818
- Error Checking
1919
- Proper README
2020

21-
-
22-
2321
## Requirements
2422

2523
Just VSCode.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": {
77
"name": "Grant Ramsay"
88
},
9-
"version": "0.0.4",
9+
"version": "1.0.0",
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)