Skip to content

Commit

Permalink
Bump up version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mactkg committed Jan 6, 2020
1 parent 49916fe commit 706a3d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleaced]

## [0.2.0] - 2020-01-07
### Added
- Flash code like the Sonic Pi IDE when run code([#17](https://github.com/mactkg/vscode-sonic-pi/pull/17) by [mogimogitomato](https://github.com/mogimogitomato))

## [0.1.0] - 2020-01-04
### Added
- Restart command([#14](https://github.com/mactkg/vscode-sonic-pi/pull/14) by [yukulele](https://github.com/yukulele))
Expand Down
4 changes: 2 additions & 2 deletions 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 @@ -3,7 +3,7 @@
"displayName": "sonic-pi",
"description": "Play Sonic Pi with VSCode!",
"license": "MIT",
"version": "0.1.0",
"version": "0.2.0",
"publisher": "mactkg",
"repository": {
"type": "git",
Expand Down

0 comments on commit 706a3d9

Please sign in to comment.