From 96be830c2719476ce99faa589734f7f0a0b2d40c Mon Sep 17 00:00:00 2001 From: Prashant Tiwari Date: Sat, 28 Jan 2017 13:47:41 +0530 Subject: [PATCH] 0.2.2 --- CHANGELOG.md | 5 ++++- package.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce7497..6a8749c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 6dbfb6a..086658b 100644 --- a/package.json +++ b/package.json @@ -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",