From 0b1449228ff42df47f4e18a186134f4aa44b8b7b Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Wed, 13 May 2015 14:57:56 -0700 Subject: [PATCH] Bump version to 2.3.4 --- bower.json | 2 +- lib/jasmine-core/jasmine.js | 2 +- lib/jasmine-core/version.rb | 2 +- package.json | 2 +- release_notes/2.3.4.md | 22 ++++++++++++++++++++++ 5 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 release_notes/2.3.4.md diff --git a/bower.json b/bower.json index 91399f4f..fbb75884 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jasmine-core", - "version": "2.3.3", + "version": "2.3.4", "homepage": "http://jasmine.github.io", "authors": [ "slackersoft " diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 563b4ecf..312d591e 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -3294,5 +3294,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.3.3'; + return '2.3.4'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index 47dcc108..26d97d30 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.3.3" + VERSION = "2.3.4" end end diff --git a/package.json b/package.json index d48c1968..eaf16836 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.3.3", + "version": "2.3.4", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/2.3.4.md b/release_notes/2.3.4.md new file mode 100644 index 00000000..9382abde --- /dev/null +++ b/release_notes/2.3.4.md @@ -0,0 +1,22 @@ +# Jasmine 2.3.4 Release Notes + +## Summary + +This is a hotfix release to fix a regression with execution ordering + +## Pull Requests & Issues + +* Fix ordering for suites with more than 11 direct children. + - Fixes [#850](https://github.com/jasmine/jasmine/issues/850) + +* Update standalone installation instructions to reference the releases page + - Fixes [#603](https://github.com/jasmine/jasmine/issues/603) + +* Remove dead CSS class styles + - Merges [#849](https://github.com/jasmine/jasmine/issues/849) from @prather-mcs + - Merges [#848](https://github.com/jasmine/jasmine/issues/848) from @prather-mcs + - Fixes [#847](https://github.com/jasmine/jasmine/issues/847) + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_