Skip to content

Commit 7255214

Browse files
author
Kin Numaru
authored
Merge pull request #9 from numaru/release/v1.0.1
Release v1.0.1
2 parents 8ce8e46 + 1a63464 commit 7255214

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2018-03-31
11+
12+
### Fixed
13+
14+
* Correct wrong package version
15+
1016
## 1.0.0 - 2018-03-31
1117

1218
### Added
1319

1420
* Syntax highlighting
1521
* Test suites folding
1622

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-tap",
33
"displayName": "Tap",
4-
"version": "0.1.0",
4+
"version": "1.0.1",
55
"publisher": "numaru",
66
"description": "Test Anything Protocol support",
77
"author": {

0 commit comments

Comments
 (0)