Skip to content

Commit

Permalink
Release v3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
petkaantonov committed Sep 1, 2016
1 parent b4f2a2e commit b466418
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.4.5",
"version": "3.4.6",
"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.4.5
version: 3.4.6
gems:
- jekyll-redirect-from
destination: ../gh-pages/
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ id: changelog
title: Changelog
---

## 3.4.6 (2016-09-01)

Bugfixes:

- Fix [Promise.map](.) and [.map](.) not always calling the callback asynchronously \([#1148](.)\)

## 3.4.5 (2016-08-31)

Bugfixes:
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.4.5",
"version": "3.4.6",
"keywords": [
"promise",
"performance",
Expand Down

0 comments on commit b466418

Please sign in to comment.