Skip to content

Commit 0a85236

Browse files
committedOct 1, 2019
Release v3.6.0
1 parent 96f266e commit 0a85236

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed
 

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bluebird",
3-
"version": "3.5.5",
3+
"version": "3.6.0",
44
"homepage": "https://github.com/petkaantonov/bluebird",
55
"authors": [
66
"Petka Antonov <petka_antonov@hotmail.com>"

‎docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ markdown: redcarpet
1919
redcarpet:
2020
extensions:
2121
- fenced_code_blocks
22-
version: 3.5.5
22+
version: 3.6.0
2323
gems:
2424
- jekyll-redirect-from
2525
destination: ../gh-pages/

‎docs/docs/changelog.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ id: changelog
33
title: Changelog
44
---
55

6+
## 3.6.0 (2019-10-01)
7+
8+
Features:
9+
10+
- Add support for AsyncResource \([#1403](.)\)
11+
12+
Bugfixes:
13+
14+
- Fix [.reduce](.) generating unhandled rejection events \([#1501](.)\)
15+
- Fix [Promise.reduce](.) generating unhandled rejction events \([#1502](.)\)
16+
- Fix [.map](.) and [.filter](.) generating unhandled rejection events \([#1487](.)\)
17+
- Fix [Promise.map](.) unhandled rejection events \([#1489](.)\)
18+
- Fix cancel skipping upward propagation \([#1459](.)\)
19+
- Fix loadTimes deprecation \([#1505](.)\)
20+
- Fix [Promise.each](.) maximum stack exceeded error \([#1326](.)\)
21+
- Make PromiseRejectionEvent confrom to spec \([#1509](.)\)
22+
- Fix false unhandled rejection events \([#1468](.)\)
23+
624
## 3.5.5 (2019-05-24)
725

826
Features:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bluebird",
33
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
4-
"version": "3.5.5",
4+
"version": "3.6.0",
55
"keywords": [
66
"promise",
77
"performance",

0 commit comments

Comments
 (0)
Please sign in to comment.