We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a2c29 commit 589ae87Copy full SHA for 589ae87
CHANGELOG.md
@@ -5,4 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## [Unreleased]
7
8
+[Unreleased]: https://github.com/yourbase/yourbase-vscode/compare/v0.1.0...HEAD
9
+
10
+## [0.1.0][]
11
12
- Initial release with Task Detection
13
14
+[0.1.0]: https://github.com/yourbase/yourbase-vscode/releases/tag/v0.1.0
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "yourbase",
3
+ "version": "0.1.0-rc1",
4
"displayName": "YourBase",
"description": "YourBase build support",
"publisher": "yourbase",
@@ -16,7 +17,6 @@
16
17
"bugs": {
18
"url": "https://github.com/yourbase/yourbase-vscode/issues"
19
},
- "version": "0.0.1",
20
"engines": {
21
"vscode": "^1.44.0"
22
0 commit comments