File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bluebird" ,
3
- "version" : " 3.6 .0" ,
3
+ "version" : " 3.7 .0" ,
4
4
"homepage" : " https://github.com/petkaantonov/bluebird" ,
5
5
"authors" : [
6
6
" Petka Antonov <petka_antonov@hotmail.com>"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ markdown: redcarpet
19
19
redcarpet :
20
20
extensions :
21
21
- fenced_code_blocks
22
- version : 3.6 .0
22
+ version : 3.7 .0
23
23
gems :
24
24
- jekyll-redirect-from
25
25
destination : ../gh-pages/
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ id: changelog
3
3
title : Changelog
4
4
---
5
5
6
+ ## 3.7.0 (2019-10-01)
7
+
8
+ Features:
9
+
10
+ - Add [ Promise.allSettled] ( . ) method \( [ #1606 ] ( . ) \)
11
+
6
12
## 3.6.0 (2019-10-01)
7
13
8
14
Features:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bluebird" ,
3
3
"description" : " Full featured Promises/A+ implementation with exceptionally good performance" ,
4
- "version" : " 3.6 .0" ,
4
+ "version" : " 3.7 .0" ,
5
5
"keywords" : [
6
6
" promise" ,
7
7
" performance" ,
You can’t perform that action at this time.
0 commit comments