Skip to content

Commit

Permalink
Bump version to 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Jun 16, 2017
1 parent 0c6397d commit 02c18a3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/jasmine-core/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -4997,5 +4997,5 @@ getJasmineRequireObj().TreeProcessor = function() {
};

getJasmineRequireObj().version = function() {
return '2.6.3';
return '2.6.4';
};
2 changes: 1 addition & 1 deletion lib/jasmine-core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.6.3"
VERSION = "2.6.4"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "2.6.3",
"version": "2.6.4",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"
Expand Down
17 changes: 17 additions & 0 deletions release_notes/2.6.4.md
Original file line number Diff line number Diff line change
@@ -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)_

0 comments on commit 02c18a3

Please sign in to comment.