Skip to content

Commit

Permalink
Update to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Oct 19, 2020
1 parent 4a89473 commit 08a13d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]

## [2.0.0] - 2020-10-19
### Added
- ids parameter to transaction.query
- ids parameter to transfer.query
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports.version = '0.6.0';
exports.version = '2.0.0';

exports.cache = {};
exports.user = null
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starkbank",
"version": "0.6.0",
"version": "2.0.0",
"description": "SDK to facilitate Node integrations with Stark Bank",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 08a13d4

Please sign in to comment.