diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 2439ef3a..016ffccc 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -4965,5 +4965,5 @@ getJasmineRequireObj().TreeProcessor = function() { }; getJasmineRequireObj().version = function() { - return '2.6.1'; + return '2.6.2'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index 7c260751..bdba2c25 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.6.1" + VERSION = "2.6.2" end end diff --git a/package.json b/package.json index c1e4e59a..e1c42f83 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.6.1", + "version": "2.6.2", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/2.6.2.md b/release_notes/2.6.2.md new file mode 100644 index 00000000..4b5c77a2 --- /dev/null +++ b/release_notes/2.6.2.md @@ -0,0 +1,23 @@ +# Jasmine 2.6.2 Release Notes + +## Summary + +This is a patch release to fix some regressions and performance problems in the 2.6.0 release + +## Changes + +* Clear the stack if onmessage is called before the previous invocation finishes + - Fixes #1327 + - Fixes jasmine/gulp-jasmine-browser#48 + +* Correctly route errors that occur while a QueueRunner is clearing stack + - Merges #1352 from @sgravrock + - Fixes #1344 + - Fixes #1349 + +* Don't mask errors that occur when no handlers are installed + - Merges #1347 from @sgravrock + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_