Skip to content

Commit 589ae87

Browse files
committed
Prepare for 0.1 release
1 parent 28a2c29 commit 589ae87

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@ 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.1.0...HEAD
9+
10+
## [0.1.0][]
11+
812
- Initial release with Task Detection
13+
14+
[0.1.0]: https://github.com/yourbase/yourbase-vscode/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "yourbase",
3+
"version": "0.1.0-rc1",
34
"displayName": "YourBase",
45
"description": "YourBase build support",
56
"publisher": "yourbase",
@@ -16,7 +17,6 @@
1617
"bugs": {
1718
"url": "https://github.com/yourbase/yourbase-vscode/issues"
1819
},
19-
"version": "0.0.1",
2020
"engines": {
2121
"vscode": "^1.44.0"
2222
},

0 commit comments

Comments
 (0)