diff --git a/dist/jasmine-standalone-2.1.2.zip b/dist/jasmine-standalone-2.1.2.zip new file mode 100644 index 00000000..c2bab5af Binary files /dev/null and b/dist/jasmine-standalone-2.1.2.zip differ diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 5cc1c519..e4c574fc 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -2905,5 +2905,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.1.1'; + return '2.1.2'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index a0f524a5..054051e0 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.1.1" + VERSION = "2.1.2" end end diff --git a/package.json b/package.json index 854030a7..dfc6ba5b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.1.1", + "version": "2.1.2", "repository": { "type": "git", "url": "https://github.com/pivotal/jasmine.git" diff --git a/release_notes/2.1.2.md b/release_notes/2.1.2.md new file mode 100644 index 00000000..43a9d93e --- /dev/null +++ b/release_notes/2.1.2.md @@ -0,0 +1,14 @@ +# Jasmine Core 2.1.2 Release Notes + +## Summary + +This is a hotfix release of jasmine core to fix a breaking change with reporting when all of the specs in a suite are pending. + +## Changes + +- Suites still run their children even if none are executable + - Fixes [#707](http://github.com/pivotal/jasmine/issues/707) + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_