Skip to content

Commit

Permalink
Bump version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Apr 26, 2017
1 parent 120c484 commit 2835ca3
Show file tree
Hide file tree
Showing 4 changed files with 34 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 @@ -4937,5 +4937,5 @@ getJasmineRequireObj().TreeProcessor = function() {
};

getJasmineRequireObj().version = function() {
return '2.6.0';
return '2.6.1';
};
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.0"
VERSION = "2.6.1"
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.0",
"version": "2.6.1",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"
Expand Down
31 changes: 31 additions & 0 deletions release_notes/2.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Jasmine 2.6.1 Release Notes

## Summary

This is a patch release to fix some regressions in the 2.6.0 release

## Pull Requests & Issues

* Update README.md to make installation instructions more version-agnostic
- Merges #1319 from @reinrl

* Check for `process.listeners` as well, for GlobalErrors
- Fixes #1333

* allow explicit undefined as function for `it` and `xit`
- Merges #1329 from @UziTech
- Fixes #1328

* remove eval to create spy wrapper
- Merges #1330 from @UziTech
- Fixes #1325

* iterate through keys with a regular for loop
- Merges #1326 from @seanparmelee
- Fixes #1321
- Fixes #1324


------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 2835ca3

Please sign in to comment.