From fe23ac73b9082bae25dc821ea2ddc00c8bf16db2 Mon Sep 17 00:00:00 2001 From: Friedel Ziegelmayer Date: Fri, 9 Dec 2016 13:58:52 +0100 Subject: [PATCH] chore: release v1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9874793..cf774a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [1.1.0](https://github.com/karma-runner/karma-jasmine/compare/v1.0.2...v1.1.0) (2016-12-09) + + +### Bug Fixes + +* Karma reported test duration is negative fix [#143](https://github.com/karma-runner/karma-jasmine/issues/143) ([93452bb](https://github.com/karma-runner/karma-jasmine/commit/93452bb)), closes [#143](https://github.com/karma-runner/karma-jasmine/issues/143) + + +### Features + +* report status of the spec closes [#129](https://github.com/karma-runner/karma-jasmine/issues/129) ([5b224e2](https://github.com/karma-runner/karma-jasmine/commit/5b224e2)), closes [#129](https://github.com/karma-runner/karma-jasmine/issues/129) +* Support --random and --seed flags ([0b59d69](https://github.com/karma-runner/karma-jasmine/commit/0b59d69)), closes [#145](https://github.com/karma-runner/karma-jasmine/issues/145) [#137](https://github.com/karma-runner/karma-jasmine/issues/137) + + + ## [1.0.2](https://github.com/karma-runner/karma-jasmine/compare/v1.0.1...v1.0.2) (2016-05-04) diff --git a/package.json b/package.json index 1f71b41..3751649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-jasmine", - "version": "1.0.2", + "version": "1.1.0", "description": "A Karma plugin - adapter for Jasmine testing framework.", "main": "lib/index.js", "scripts": {