Skip to content

Commit

Permalink
Bump up version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mactkg committed Mar 8, 2020
1 parent 08e5e53 commit 95651f6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
9 changes: 0 additions & 9 deletions .vscodeignore

This file was deleted.

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.3.0] - 2020-03-08
### Added
- Change OSC ports that this plugin use if Sonic Pi's OSC ports changed([#20](https://github.com/mactkg/vscode-sonic-pi/pull/20) by [mogimogitomato](https://github.com/mogimogitomato))

## [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))
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,4 @@ You could add your own settings to vscode's settings.json.

## Release Notes

Users appreciate release notes as you update your extension.

### 0.2.0

Initial release.
See [CHANGELOG.md](https://github.com/mactkg/vscode-sonic-pi/blob/master/CHANGELOG.md).
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 @@ -3,7 +3,7 @@
"displayName": "sonic-pi",
"description": "Play Sonic Pi with VSCode!",
"license": "MIT",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "mactkg",
"repository": {
"type": "git",
Expand Down

0 comments on commit 95651f6

Please sign in to comment.