Skip to content

Commit

Permalink
Release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petkaantonov committed Oct 4, 2017
1 parent 48c8591 commit dcfa52b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bluebird",
"version": "3.5.0",
"version": "3.5.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.5.0
version: 3.5.1
gems:
- jekyll-redirect-from
destination: ../gh-pages/
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/changelog.md
Expand Up @@ -3,6 +3,13 @@ id: changelog
title: Changelog
---

## 3.5.1 (2017-10-04)

Bugfixes:

- Fix false positive unhandled rejection when using async await \([#1404](.)\)
- Fix false positive when reporting error as non-error \([#990](.)\)

## 3.5.0 (2017-03-03)

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

0 comments on commit dcfa52b

Please sign in to comment.