Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayle Sharrock committed Jan 9, 2018
1 parent 100abd2 commit b708da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdax",
"version": "0.5.0",
"version": "0.5.1",
"author": "Coinbase",
"bugs": "https://github.com/coinbase/gdax-node/issues",
"contributors": [
Expand Down

2 comments on commit b708da1

@rmm5t
Copy link
Contributor

@rmm5t rmm5t commented on b708da1 Jan 10, 2018

Choose a reason for hiding this comment

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

v0.5.1 isn't an appropriate version bump given all the changes since v0.5.0. Would you mind making this v0.6.0 instead and also tagging a new release?

@rmm5t
Copy link
Contributor

@rmm5t rmm5t commented on b708da1 Jan 10, 2018

Choose a reason for hiding this comment

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

Oh, I just realized v0.5.1 was pushed to NPM (thank you), but it still wasn't tagged here. As it stands now v0.5.1 is currently a violation of semver, but any release is better than none. Regardless, a v0.5.1 tag is due in github.

Please sign in to comment.