From 99fb8612eef2871041b41575a9db4d6490a4adea Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Fri, 12 Feb 2016 16:13:59 +0100 Subject: [PATCH] chore: release v0.13.20 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a28a9e0..939db8940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ + +## [0.13.20](https://github.com/karma-runner/karma/compare/v0.13.19...v0.13.20) (2016-02-12) + + +### Bug Fixes + +* **runner:** Remove null characters from terminal output ([3481500](https://github.com/karma-runner/karma/commit/3481500)), closes [#1343](https://github.com/karma-runner/karma/issues/1343) +* invalid characters in the headers on Node 5.6.0 ([152337d](https://github.com/karma-runner/karma/commit/152337d)) +* Remove inadvertently added dependency to mock-fs ([ad5f6b5](https://github.com/karma-runner/karma/commit/ad5f6b5)) +* Switch all requires from fs to graceful-fs ([1e21aaa](https://github.com/karma-runner/karma/commit/1e21aaa)) +* Upgrade socket.io to 1.4.5 ([2f51a9f](https://github.com/karma-runner/karma/commit/2f51a9f)) + +### Features + +* Allow custom browser names ([60ba85f](https://github.com/karma-runner/karma/commit/60ba85f)) +* Do not fail on empty test suite ([8004763](https://github.com/karma-runner/karma/commit/8004763)), closes [#926](https://github.com/karma-runner/karma/issues/926) +* **config:** Add `forceJSONP` option ([8627d67](https://github.com/karma-runner/karma/commit/8627d67)) +* **launcher:** Enable specification of retry-limit ([cc5547c](https://github.com/karma-runner/karma/commit/cc5547c)), closes [#1126](https://github.com/karma-runner/karma/issues/1126) +* **logging:** Add colors and log-level options to run-command ([2d29165](https://github.com/karma-runner/karma/commit/2d29165)) +* **logging:** Send color option to server ([486c4f3](https://github.com/karma-runner/karma/commit/486c4f3)) +* **web-server:** Use isbinaryfile for binary file detection ([f938a8e](https://github.com/karma-runner/karma/commit/f938a8e)), closes [#1070](https://github.com/karma-runner/karma/issues/1070) + + + ## [0.13.19](https://github.com/karma-runner/karma/compare/v0.13.18...v0.13.19) (2016-01-06) diff --git a/package.json b/package.json index 2024ba4d6..42d6b75f0 100644 --- a/package.json +++ b/package.json @@ -355,7 +355,7 @@ "engines": { "node": "0.10 || 0.12 || 4 || 5" }, - "version": "0.13.19", + "version": "0.13.20", "license": "MIT", "scripts": { "lint": "grunt lint",