From 2a847c250bb62134d87f5230d97be8483d4a13cf Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Sat, 6 May 2017 11:15:18 +0200 Subject: [PATCH] chore: release v1.7.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 320dec7f6..c10a0678d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [1.7.0](https://github.com/karma-runner/karma/compare/v1.6.0...v1.7.0) (2017-05-06) + + +### Bug Fixes + +* **middleware:** change to use vanilla for loop ([ac62cc0](https://github.com/karma-runner/karma/commit/ac62cc0)), closes [#2671](https://github.com/karma-runner/karma/issues/2671) +* **reporters:** Revert the backwards-incompatible log priority order changes ([316b944](https://github.com/karma-runner/karma/commit/316b944)), closes [#2582](https://github.com/karma-runner/karma/issues/2582) + + +### Features + +* **runner:** Buffer stdout and stderr for output when errors occur ([460d423](https://github.com/karma-runner/karma/commit/460d423)) + + + # [1.6.0](https://github.com/karma-runner/karma/compare/v1.5.0...v1.6.0) (2017-04-05) diff --git a/package.json b/package.json index d038f53ca..df7ab1f9a 100644 --- a/package.json +++ b/package.json @@ -428,7 +428,7 @@ "engines": { "node": "0.10 || 0.12 || 4 || 5 || 6 || 7" }, - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "scripts": { "lint": "eslint client/**/*.js common/**/*.js context/**/*.js gruntfile.js wallaby.js lib/**/*.js test/**/*.js static/debug.js",