Skip to content

Commit

Permalink
Release v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petkaantonov committed Mar 3, 2017
1 parent 053d02e commit 0b281e6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluebird",
"version": "3.4.7",
"version": "3.5.0",
"homepage": "https://github.com/petkaantonov/bluebird",
"authors": [
"Petka Antonov <petka_antonov@hotmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
15 changes: 15 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0b281e6

Please sign in to comment.