Skip to content

Commit

Permalink
Release v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petkaantonov committed Oct 15, 2019
1 parent 2378ee6 commit bd20f79
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bluebird",
"version": "3.7.0",
"version": "3.7.1",
"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.7.0
version: 3.7.1
gems:
- jekyll-redirect-from
destination: ../gh-pages/
Expand Down
13 changes: 13 additions & 0 deletions docs/docs/changelog.md
Expand Up @@ -3,6 +3,19 @@ id: changelog
title: Changelog
---


## 3.7.1 (2019-10-15)

Features:

- feature

Bugfixes:

- Fix \([#1614](.)\)
- Fix \([#1613](.)\)
- Fix \([#1616](.)\)

## 3.7.0 (2019-10-01)

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.7.0",
"version": "3.7.1",
"keywords": [
"promise",
"performance",
Expand Down

0 comments on commit bd20f79

Please sign in to comment.