Commit 7255214 Kin Numaru
authored
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.1] - 2018-03-31
11
+
12
+ ### Fixed
13
+
14
+ * Correct wrong package version
15
+
10
16
## 1.0.0 - 2018-03-31
11
17
12
18
### Added
13
19
14
20
* Syntax highlighting
15
21
* Test suites folding
16
22
17
- [ Unreleased ] : https://github.com/numaru/vscode-tap/compare/v1.0.0...develop
23
+ [ Unreleased ] : https://github.com/numaru/vscode-tap/compare/v1.0.1...develop
24
+ [ 1.0.1 ] : https://github.com/numaru/vscode-tap/compare/v1.0.1...v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-tap" ,
3
3
"displayName" : " Tap" ,
4
- "version" : " 0. 1.0" ,
4
+ "version" : " 1.0.1 " ,
5
5
"publisher" : " numaru" ,
6
6
"description" : " Test Anything Protocol support" ,
7
7
"author" : {
You can’t perform that action at this time.
0 commit comments