diff --git a/CHANGELOG.md b/CHANGELOG.md index bc26cc1..a4c1c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## 0.12.1 (2015-09-09) + + +### Bug Fixes + +* **task:** prevent `spawn ENAMETOOLONG` on Windows ([2b5e643](https://github.com/karma-runner/grunt-karma/commit/2b5e643)) +* Upgrade dependencies ([27abcda](https://github.com/karma-runner/grunt-karma/commit/27abcda)) + + + ## 0.12.0 (2015-07-16) diff --git a/package.json b/package.json index 3547e8d..082978b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-karma", - "version": "0.12.0", + "version": "0.12.1", "description": "grunt plugin for karma test runner", "main": "tasks/grunt-karma.js", "repository": {