Skip to content

Commit 151bec5

Browse files
croakyiampogo
authored andcommitted
sdk/node: increment version to 2.0.2
Closes #3609 Author: Dan Croak <dan@statusok.com> Date: Mon May 7 14:20:26 2018 -0700 upstream:8fdb4630939a695de0e2fc89740f69240caab97a
1 parent 8581553 commit 151bec5

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 2.0.2 (20180507)
4+
5+
* Deserialize numbers greater than 15 digits into `BigNumber` objects.
6+
This fixes a bug where numbers that large were losing precision.
7+
* Throw validation error for numbers larger than the max limit.
8+
39
## 2.0.1 (20180501)
410

511
* Generate unique request IDs in the client for easier debugging support

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.1"
16+
"sequence-sdk": "~2.0.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.1",
3+
"version": "2.0.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)