Skip to content

Commit a00a664

Browse files
committedOct 1, 2019
Release v3.7.0
1 parent 4df279b commit a00a664

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-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.6.0",
3+
"version": "3.7.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.6.0
22+
version: 3.7.0
2323
gems:
2424
- jekyll-redirect-from
2525
destination: ../gh-pages/

‎docs/docs/changelog.md

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

6+
## 3.7.0 (2019-10-01)
7+
8+
Features:
9+
10+
- Add [Promise.allSettled](.) method \([#1606](.)\)
11+
612
## 3.6.0 (2019-10-01)
713

814
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.6.0",
4+
"version": "3.7.0",
55
"keywords": [
66
"promise",
77
"performance",

0 commit comments

Comments
 (0)
Please sign in to comment.