Skip to content

Commit

Permalink
sdk/node: increment version to 2.0.0-rc.2
Browse files Browse the repository at this point in the history
Closes #3340

Author: Chris Garvin <[email protected]>
Date: Mon Apr 16 11:52:14 2018 -0700
upstream:5a38b0469bacc681694d66809fdbd4cb0ca65730
  • Loading branch information
chrisgarvin authored and iampogo committed Apr 16, 2018
1 parent 4b29efd commit f2c1d0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Sequence Node SDK changelog

## 2.0.0-rc.2 (20180416)

* Omit deprecated attributes returned from the API from all response objects.
* Prevent submitting deprecated parameters in API requests.

## 2.0.0-rc.1 (20180411)

* Removed assets, balances, contracts, and all other deprecated code.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To install, add the `sequence-sdk` NPM module to your `package.json`:
```json
{
"dependencies": {
"sequence-sdk": "~2.0.0-rc.1"
"sequence-sdk": "~2.0.0-rc.2"
}
}
```
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": "sequence-sdk",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "SDK for Sequence",
"homepage": "https://github.com/sequence/sequence-sdk-node",
"main": "dist/index.js",
Expand Down

0 comments on commit f2c1d0e

Please sign in to comment.