Bump version to 2.6.4

This commit is contained in:
Gregg Van Hove
2017-06-16 13:41:59 -07:00
parent 0c6397d802
commit d5147f4d40
4 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -4997,5 +4997,5 @@ getJasmineRequireObj().TreeProcessor = function() {
}; };
getJasmineRequireObj().version = function() { getJasmineRequireObj().version = function() {
return '2.6.3'; return '2.6.4';
}; };
+1 -1
View File
@@ -4,6 +4,6 @@
# #
module Jasmine module Jasmine
module Core module Core
VERSION = "2.6.3" VERSION = "2.6.4"
end end
end end
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"license": "MIT", "license": "MIT",
"version": "2.6.3", "version": "2.6.4",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/jasmine/jasmine.git" "url": "https://github.com/jasmine/jasmine.git"
+17
View File
@@ -0,0 +1,17 @@
# Jasmine 2.6.4 Release Notes
## Summary
This is a patch release to fix some regressions and performance problems in the 2.6.0 release
## Changes
* Break into a `setTimeout` every once in a while allowing the CPU to run other things that used the real `setTimeout`
- Fixes [#1327](https://github.com/jasmine/jasmine/issues/1327)
- See [#1334](https://github.com/jasmine/jasmine/issues/1334)
- Fixes [jasmine/gulp-jasmine-browser#48](https://github.com/jasmine/gulp-jasmine-browser/issues/48)
------
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_