Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prashaantt committed Jan 28, 2017
1 parent 708ec61 commit b223c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ 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.3] - 2017-01-29
### Fixed
- A regression where attempting to stop the process on Windows [throws an error](https://github.com/prashaantt/node-tdd/issues/5).

## [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.
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.2",
"version": "0.2.3",
"description": "Ease test-driven development in Node and JavaScript",
"main": "./out/src/extension",
"repository": {
Expand Down Expand Up @@ -143,4 +143,4 @@
}
}
}
}
}

0 comments on commit b223c22

Please sign in to comment.