diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8749c..7b2734f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 8967657..68a64f0 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -143,4 +143,4 @@ } } } -} +} \ No newline at end of file