Skip to content

Commit 2dc0488

Browse files
committed
Bump version to 0.3.0
1 parent 87f213b commit 2dc0488

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8-
[Unreleased]: https://github.com/yourbase/yourbase-vscode/compare/v0.2.2...HEAD
8+
[Unreleased]: https://github.com/yourbase/yourbase-vscode/compare/v0.3.0...HEAD
9+
10+
## [0.3.0][]
11+
12+
[0.3.0]: https://github.com/yourbase/yourbase-vscode/releases/tag/v0.3.0
913

1014
### Added
1115

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ This extension contributes the following settings:
2727

2828
* `yourbase.remoteBuild`: Run builds on the YourBase service. Must log in using
2929
`yb login` first.
30+
* `yourbase.useWSL`: Use WSL to start a build. Only used on Windows.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yourbase",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"displayName": "YourBase",
55
"description": "YourBase build support",
66
"publisher": "yourbase",

0 commit comments

Comments
 (0)