Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prashaantt committed Jan 28, 2017
1 parent 35d013e commit 96be830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ 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.2] - 2017-01-28
### Fixed
- An issue where complex test scripts spawning multiple child processes were not getting killed when the build was stopped.

## [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,8 +1,8 @@
{
"name": "node-tdd",
"displayName": "Node TDD",
"version": "0.2.1",
"description": "Ease test-driven development in Node/JavaScript",
"version": "0.2.2",
"description": "Ease test-driven development in Node and JavaScript",
"main": "./out/src/extension",
"repository": {
"type": "git",
Expand Down

0 comments on commit 96be830

Please sign in to comment.