Skip to content

Commit

Permalink
Release v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petkaantonov committed Oct 1, 2019
1 parent 96f266e commit 0a85236
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bluebird",
"version": "3.5.5",
"version": "3.6.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
Expand Up @@ -19,7 +19,7 @@ markdown: redcarpet
redcarpet:
extensions:
- fenced_code_blocks
version: 3.5.5
version: 3.6.0
gems:
- jekyll-redirect-from
destination: ../gh-pages/
Expand Down
18 changes: 18 additions & 0 deletions docs/docs/changelog.md
Expand Up @@ -3,6 +3,24 @@ id: changelog
title: Changelog
---

## 3.6.0 (2019-10-01)

Features:

- Add support for AsyncResource \([#1403](.)\)

Bugfixes:

- Fix [.reduce](.) generating unhandled rejection events \([#1501](.)\)
- Fix [Promise.reduce](.) generating unhandled rejction events \([#1502](.)\)
- Fix [.map](.) and [.filter](.) generating unhandled rejection events \([#1487](.)\)
- Fix [Promise.map](.) unhandled rejection events \([#1489](.)\)
- Fix cancel skipping upward propagation \([#1459](.)\)
- Fix loadTimes deprecation \([#1505](.)\)
- Fix [Promise.each](.) maximum stack exceeded error \([#1326](.)\)
- Make PromiseRejectionEvent confrom to spec \([#1509](.)\)
- Fix false unhandled rejection events \([#1468](.)\)

## 3.5.5 (2019-05-24)

Features:
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": "3.5.5",
"version": "3.6.0",
"keywords": [
"promise",
"performance",
Expand Down

0 comments on commit 0a85236

Please sign in to comment.