Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Jul 31, 2020
1 parent 87f213b commit 2dc0488
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/yourbase/yourbase-vscode/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/yourbase/yourbase-vscode/compare/v0.3.0...HEAD

## [0.3.0][]

[0.3.0]: https://github.com/yourbase/yourbase-vscode/releases/tag/v0.3.0

### Added

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ This extension contributes the following settings:

* `yourbase.remoteBuild`: Run builds on the YourBase service. Must log in using
`yb login` first.
* `yourbase.useWSL`: Use WSL to start a build. Only used on Windows.
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
@@ -1,6 +1,6 @@
{
"name": "yourbase",
"version": "0.2.2",
"version": "0.3.0",
"displayName": "YourBase",
"description": "YourBase build support",
"publisher": "yourbase",
Expand Down

0 comments on commit 2dc0488

Please sign in to comment.