Skip to content

Commit

Permalink
Merge pull request #9 from numaru/release/v1.0.1
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
Kin Numaru authored Mar 31, 2018
2 parents 8ce8e46 + 1a63464 commit 7255214
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.1] - 2018-03-31

### Fixed

* Correct wrong package version

## 1.0.0 - 2018-03-31

### Added

* Syntax highlighting
* Test suites folding

[Unreleased]: https://github.com/numaru/vscode-tap/compare/v1.0.0...develop
[Unreleased]: https://github.com/numaru/vscode-tap/compare/v1.0.1...develop
[1.0.1]: https://github.com/numaru/vscode-tap/compare/v1.0.1...v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-tap",
"displayName": "Tap",
"version": "0.1.0",
"version": "1.0.1",
"publisher": "numaru",
"description": "Test Anything Protocol support",
"author": {
Expand Down

0 comments on commit 7255214

Please sign in to comment.