Skip to content

Commit bd20f79

Browse files
committedOct 15, 2019
Release v3.7.1
1 parent 2378ee6 commit bd20f79

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.7.0",
3+
"version": "3.7.1",
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.7.0
22+
version: 3.7.1
2323
gems:
2424
- jekyll-redirect-from
2525
destination: ../gh-pages/

‎docs/docs/changelog.md

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

6+
7+
## 3.7.1 (2019-10-15)
8+
9+
Features:
10+
11+
- feature
12+
13+
Bugfixes:
14+
15+
- Fix \([#1614](.)\)
16+
- Fix \([#1613](.)\)
17+
- Fix \([#1616](.)\)
18+
619
## 3.7.0 (2019-10-01)
720

821
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.7.0",
4+
"version": "3.7.1",
55
"keywords": [
66
"promise",
77
"performance",

0 commit comments

Comments
 (0)
Please sign in to comment.