Skip to content

Commit

Permalink
Release v2.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
petkaantonov committed May 25, 2015
1 parent 698cf9d commit c6604d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bluebird",
"version": "2.9.25",
"version": "2.9.26",
"homepage": "https://github.com/petkaantonov/bluebird",
"authors": [
"Petka Antonov <petka_antonov@hotmail.com>"
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
@@ -1,3 +1,10 @@
## 2.9.26 (2015-05-25)

Bugfixes:

- Fix crash in NW [#624](.)
- Fix [`.return()`](.) not supporting `undefined` as return value [#627](.)

## 2.9.25 (2015-04-28)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "bluebird",
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"version": "2.9.25",
"version": "2.9.26",
"keywords": [
"promise",
"performance",
Expand Down

0 comments on commit c6604d4

Please sign in to comment.