Skip to content

Commit f2c1d0e

Browse files
chrisgarviniampogo
authored andcommitted
sdk/node: increment version to 2.0.0-rc.2
Closes #3340 Author: Chris Garvin <chris.garvin@me.com> Date: Mon Apr 16 11:52:14 2018 -0700 upstream:5a38b0469bacc681694d66809fdbd4cb0ca65730
1 parent 4b29efd commit f2c1d0e

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Sequence Node SDK changelog
22

3+
## 2.0.0-rc.2 (20180416)
4+
5+
* Omit deprecated attributes returned from the API from all response objects.
6+
* Prevent submitting deprecated parameters in API requests.
7+
38
## 2.0.0-rc.1 (20180411)
49

510
* Removed assets, balances, contracts, and all other deprecated code.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To install, add the `sequence-sdk` NPM module to your `package.json`:
1313
```json
1414
{
1515
"dependencies": {
16-
"sequence-sdk": "~2.0.0-rc.1"
16+
"sequence-sdk": "~2.0.0-rc.2"
1717
}
1818
}
1919
```

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequence-sdk",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "SDK for Sequence",
55
"homepage": "https://github.com/sequence/sequence-sdk-node",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)