Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Aug 7, 2016
1 parent 86121b0 commit 17090aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

* `.getNewLibraryCopy()` method (was `.clone()`)

## Next
## 3.0.0

* Remove `.clone()` method
* Pin `bluebird` dependency to trigger a PR from `greenkeeper` whenever new version released
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluebird2",
"version": "2.1.0",
"version": "3.0.0",
"description": "bluebird v2.x",
"main": "./lib/",
"author": {
Expand Down

2 comments on commit 17090aa

@benjamingr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@overlookmotel
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benjamingr Yeah it is a bit confusing. The versions of this module don't reflect the version of bluebird it requires.

The last release of bluebird2 module contained breaking changes (removal of the additional .clone() method) so I've updated major version of this module. It's still version 2.x of bluebird, though.

Please sign in to comment.