Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Current Version
-

3.0.0 September 25, 2019
- Update readme and tests for orders with `purchase_date`
- Drop support for Node < v6 and provide Support for Node v6, v8, v10
- Remove callback and custom non-native promise support and use only native Promises
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": "@button/button-client-node",
"version": "2.8.0",
"version": "3.0.0",
"description": "node.js client for the Button Order API",
"repository": {
"type": "git",
Expand Down