Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed Jun 30, 2020
1 parent 2db1fd6 commit 9f0efad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.3.0]

### Features

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

### Chore
### Chores

- Improve setup to keep third-party dependencies up-to-date
- Improve development setup by launching debug session without other extensions
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "snippet-copy",
"displayName": "Snippet Copy",
"description": "Copy snippets of code without leading indentation for easier sharing",
"version": "0.2.3",
"version": "0.3.0",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#1C252C",
Expand Down

0 comments on commit 9f0efad

Please sign in to comment.