Skip to content

Commit 9f0efad

Browse files
committed
v0.3.0
1 parent 2db1fd6 commit 9f0efad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [0.3.0]
44

55
### Features
66

@@ -30,7 +30,7 @@ Quick update to rename the default branch to "main"
3030
- Ignore empty or whitespace-only lines when calculating minimum indentation of the snippet (#17)
3131
- Fix banner color in VS Code Marketplace
3232

33-
### Chore
33+
### Chores
3434

3535
- Improve setup to keep third-party dependencies up-to-date
3636
- Improve development setup by launching debug session without other extensions

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-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "snippet-copy",
33
"displayName": "Snippet Copy",
44
"description": "Copy snippets of code without leading indentation for easier sharing",
5-
"version": "0.2.3",
5+
"version": "0.3.0",
66
"icon": "images/icon.png",
77
"galleryBanner": {
88
"color": "#1C252C",

0 commit comments

Comments
 (0)