From bfb393a16ca5a5d78077a13b94a6a22e44764c77 Mon Sep 17 00:00:00 2001 From: Kelly Miyashiro Date: Wed, 20 Nov 2013 17:39:33 -0800 Subject: [PATCH] Bump 0.4.4 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ddeeb73..75f5d23 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.4.4 +* Bump example mocha to `1.14.0` +* Compatible with mocha `1.14.0` (@perfectworks) +* Cleanup log listeners during watch (@rayshih) + ## 0.4.3 * Bump grunt-lib-phantomjs to 0.4, which uses PhantomJS 1.9.* diff --git a/package.json b/package.json index 8685a3b..2b59821 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-mocha", "description": "Grunt task for running client-side Mocha specs in PhantomJS", - "version": "0.4.3", + "version": "0.4.4", "homepage": "https://github.com/kmiyashiro/grunt-mocha", "author": { "name": "Kelly Miyashiro",