Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
upgrade bluebird to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Feb 21, 2016
1 parent e7c8b50 commit fe546de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.0.0 / 2016-02-21
==================

* update Bluebird to v3.x series

2.0.2 / 2015-06-05
==================

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ change. Breaking changes in each major version are listed below. Consult the
[changelog] for a list of meaningful new features in each version; consult the
commit log for a complete list.

### Breaking changes in 3.0

* [Bluebird][bluebird] has been upgraded to version 3.3.1.

### Breaking changes in 2.0

* [Bluebird][bluebird] has been upgraded to version 2.9.24.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertest-as-promised",
"version": "2.0.2",
"version": "3.0.0",
"description": "Supercharge supertest with a promise interface",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"should": "~7.0.2"
},
"dependencies": {
"bluebird": "^2.9.24",
"bluebird": "^3.3.1",
"methods": "^1.1.1"
}
}

0 comments on commit fe546de

Please sign in to comment.