diff --git a/bower.json b/bower.json index be63f8ee3..d996398c7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bluebird", - "version": "3.4.7", + "version": "3.5.0", "homepage": "https://github.com/petkaantonov/bluebird", "authors": [ "Petka Antonov " diff --git a/docs/_config.yml b/docs/_config.yml index f2aabab3c..1bfea4fd6 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ markdown: redcarpet redcarpet: extensions: - fenced_code_blocks -version: 3.4.7 +version: 3.5.0 gems: - jekyll-redirect-from destination: ../gh-pages/ diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index b4c0f64b7..5c802e084 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -3,6 +3,21 @@ id: changelog title: Changelog --- +## 3.5.0 (2017-03-03) + +Features: + + - Added new method: [.tapCatch](.) \([#1220](.)\) + +Bugfixes: + + - Fixed streamline benchmarks \([#1233](.)\) + - Fixed yielding a function calling the function \([#1314](.), [#1315](.)\) + - Fixed confusing error message when calling [.catch](.) with non function predicate \([#1350](.)\) + - Fixed [.props](.) resolving to empty object when called with empty `Map` \([#1338](.)\) + - Fixed confusing error message when invoking `Promise` directly without `new` \([#1320](.)\) + - Added dedicated webpack entry point \([#1318](.)\) + ## 3.4.7 (2016-12-22) - Promise config returns reference to Bluebird library diff --git a/package.json b/package.json index eb08f9738..721821e9b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bluebird", "description": "Full featured Promises/A+ implementation with exceptionally good performance", - "version": "3.4.7", + "version": "3.5.0", "keywords": [ "promise", "performance",