Skip to content

Commit

Permalink
sdk/node: increment version to 2.2.4
Browse files Browse the repository at this point in the history
Closes #5094

Author: Dan Croak <[email protected]>
Date: Fri Sep 7 12:13:34 2018 -0700
upstream:698943fa2d0e08c94e07ccda6955ca9bdd554eb8
  • Loading branch information
croaky authored and iampogo committed Sep 7, 2018
1 parent 430b9d4 commit a798b5a
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.2.4 (20180907)

* Fix bug that filtered out `snapshot.sourceAccountTags` and
`snapshot.destinationAccountTags` in actions.

## 2.2.3 (20180823)

* Switch object validation libraries from `ajv` to `yup` to
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.2.3"
"sequence-sdk": "~2.2.4"
}
}
```
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.2.3",
"version": "2.2.4",
"description": "SDK for Sequence",
"homepage": "https://github.com/sequence/sequence-sdk-node",
"main": "dist/index.js",
Expand Down

0 comments on commit a798b5a

Please sign in to comment.