From dee3615dd5269da7e3ce0a64952e6062ae117897 Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Thu, 21 Jun 2018 10:02:01 -0700 Subject: [PATCH] chore: release v2.0.4 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d73cc749b..f7b8e13a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## [2.0.4](https://github.com/karma-runner/karma/compare/v2.0.3...v2.0.4) (2018-06-21) + + +### Bug Fixes + +* **deps:** remove babel-core and babel call in wallaby. ([#3044](https://github.com/karma-runner/karma/issues/3044)) ([7da8ca0](https://github.com/karma-runner/karma/commit/7da8ca0)) +* **events:** bind emitters with for..in. ([#3059](https://github.com/karma-runner/karma/issues/3059)) ([b99f03f](https://github.com/karma-runner/karma/commit/b99f03f)), closes [#3057](https://github.com/karma-runner/karma/issues/3057) +* **launcher:** Only markCaptured browsers that are launched. ([#3047](https://github.com/karma-runner/karma/issues/3047)) ([f8f3ebc](https://github.com/karma-runner/karma/commit/f8f3ebc)) +* **server:** actually call stert(). ([#3062](https://github.com/karma-runner/karma/issues/3062)) ([40d836a](https://github.com/karma-runner/karma/commit/40d836a)) +* **server:** Resurrect static function Server.start() lost in 2.0.3 ([#3055](https://github.com/karma-runner/karma/issues/3055)) ([c88ebc6](https://github.com/karma-runner/karma/commit/c88ebc6)) + + + ## [2.0.3](https://github.com/karma-runner/karma/compare/v0.12.16...v2.0.3) (2018-06-15) diff --git a/package.json b/package.json index 76b53b9e5..e111f79b3 100644 --- a/package.json +++ b/package.json @@ -457,7 +457,7 @@ "engines": { "node": ">= 4" }, - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "scripts": { "lint": "eslint . --ext js --ignore-pattern *.tpl.js",