Skip to content

Commit

Permalink
Release v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petkaantonov committed Nov 6, 2018
1 parent c8a7714 commit a5a5b57
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluebird",
"version": "3.5.2",
"version": "3.5.3",
"homepage": "https://github.com/petkaantonov/bluebird",
"authors": [
"Petka Antonov <petka_antonov@hotmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ markdown: redcarpet
redcarpet:
extensions:
- fenced_code_blocks
version: 3.5.2
version: 3.5.3
gems:
- jekyll-redirect-from
destination: ../gh-pages/
Expand Down
15 changes: 11 additions & 4 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
---
id: changelog
title: Changelog
---

## 3.5.3 (2018-11-06)

Bugfixes:

- Update acorn dependency

## 3.5.2 (2018-09-03)

Bugfixes:

- Fix `PromiseRejectionEvent` to contain `.reason` and `.promise` properties. \([#1509](.), [#1464](.)\)
- Fix promise chain retaining memory until the entire chain is resolved \([#1544](.), [#1529](.)\)

---
id: changelog
title: Changelog
---

## 3.5.1 (2017-10-04)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bluebird",
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"version": "3.5.2",
"version": "3.5.3",
"keywords": [
"promise",
"performance",
Expand Down

0 comments on commit a5a5b57

Please sign in to comment.