Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prashaantt committed Jan 23, 2017
1 parent 8304b38 commit be775fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to `node-tdd` will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.1] - 2017-01-24
### Fixed
- Missing dependency in the last release that caused the extension to crash.
- Made the extension size smaller.


## [0.2.0] - 2017-01-23
### Added
- `minimal` setting to declutter the status bar.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-tdd",
"displayName": "Node TDD",
"version": "0.2.0",
"version": "0.2.1",
"description": "Ease test-driven development in Node/JavaScript",
"main": "./out/src/extension",
"repository": {
Expand Down Expand Up @@ -142,4 +142,4 @@
}
}
}
}
}

0 comments on commit be775fd

Please sign in to comment.