From 03958ce307893a3b615b301cc944742058ab161d Mon Sep 17 00:00:00 2001 From: Friedel Ziegelmayer Date: Wed, 5 Apr 2017 11:26:21 -0400 Subject: [PATCH] chore: release v1.6.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deb630661..320dec7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# [1.6.0](https://github.com/karma-runner/karma/compare/v1.5.0...v1.6.0) (2017-04-05) + + +### Bug Fixes + +* **client:** add proxy support to stringify ([be10116](https://github.com/karma-runner/karma/commit/be10116)) +* **file-list:** always use file from first matcher ([74bfdf3](https://github.com/karma-runner/karma/commit/74bfdf3)) +* **middleware:** does not work with mootools ([#2591](https://github.com/karma-runner/karma/issues/2591)) ([2685e13](https://github.com/karma-runner/karma/commit/2685e13)) +* **reporter:** keep users exact formatError result ([17c2c43](https://github.com/karma-runner/karma/commit/17c2c43)) + + +### Features + +* **browser:** add browser_info event ([09ac7d7](https://github.com/karma-runner/karma/commit/09ac7d7)), closes [#2192](https://github.com/karma-runner/karma/issues/2192) +* **launcher:** output stderr for failing launchers ([7d33398](https://github.com/karma-runner/karma/commit/7d33398)) +* **proxy:** add proxy events to config ([f5d99fb](https://github.com/karma-runner/karma/commit/f5d99fb)) + + + # [1.5.0](https://github.com/karma-runner/karma/compare/v1.4.1...v1.5.0) (2017-02-20) diff --git a/package.json b/package.json index 48059c1ab..4e25cb2c0 100644 --- a/package.json +++ b/package.json @@ -425,7 +425,7 @@ "engines": { "node": "0.10 || 0.12 || 4 || 5 || 6 || 7" }, - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "scripts": { "lint": "eslint client/**/*.js common/**/*.js context/**/*.js gruntfile.js wallaby.js lib/**/*.js test/**/*.js static/debug.js",