Skip to content

Commit

Permalink
chore: release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jan 29, 2017
1 parent e4833b7 commit acc997a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
<a name="1.4.1"></a>
## [1.4.1](https://github.com/karma-runner/karma/compare/v1.4.0...v1.4.1) (2017-01-29)


### Bug Fixes

* **runner:** Make process kill timeout configurable ([ffaa054](https://github.com/karma-runner/karma/commit/ffaa054)), closes [#2447](https://github.com/karma-runner/karma/issues/2447)
* **runner:** Make process kill timeout configurable - Fix Build ([a128e5c](https://github.com/karma-runner/karma/commit/a128e5c)), closes [#2447](https://github.com/karma-runner/karma/issues/2447)
* **runner:** Test process kill timeout config ([99a1d48](https://github.com/karma-runner/karma/commit/99a1d48)), closes [#2447](https://github.com/karma-runner/karma/issues/2447)


### Features

* **config:** allow config to be a default export ([9976dce](https://github.com/karma-runner/karma/commit/9976dce))



<a name="1.4.0"></a>
# [1.4.0](https://github.com/karma-runner/karma/compare/v1.3.0...v1.4.0) (2017-01-14)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -413,7 +413,7 @@
"engines": {
"node": "0.10 || 0.12 || 4 || 5 || 6"
},
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"scripts": {
"lint": "grunt lint",
Expand Down

0 comments on commit acc997a

Please sign in to comment.