Skip to content

Commit 0a84225

Browse files
committed
v1.0.0
1 parent 2bb890b commit 0a84225

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.0.0]
4+
5+
First stable release 🎉
6+
37
## [0.3.1]
48

59
### Fixes

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"name": "snippet-copy",
33
"displayName": "Snippet Copy",
44
"description": "Copy snippets of code without leading indentation for easier sharing",
5-
"version": "0.3.1",
5+
"version": "1.0.0",
66
"icon": "images/icon.png",
77
"galleryBanner": {
88
"color": "#1C252C",
99
"theme": "dark"
1010
},
11-
"preview": true,
1211
"publisher": "lumaxis",
1312
"author": {
1413
"name": "Lukas Spieß"

0 commit comments

Comments
 (0)