From c6604d44f219af9da683f6e28d818008fa374af2 Mon Sep 17 00:00:00 2001 From: Petka Antonov Date: Mon, 25 May 2015 11:57:59 +0300 Subject: [PATCH] Release v2.9.26 --- bower.json | 2 +- changelog.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 236f7bbe9..53d78e909 100644 --- a/bower.json +++ b/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 " diff --git a/changelog.md b/changelog.md index 806435f81..46729e1ee 100644 --- a/changelog.md +++ b/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: diff --git a/package.json b/package.json index d521cf03b..f08163ab1 100644 --- a/package.json +++ b/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",