Skip to content

Commit

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

Author: Dominic Dagradi <[email protected]>
Date: Wed Aug 8 14:18:14 2018 -0700
upstream:14b86c6c7f30f567ce3b989811edff8d7ae6064b
  • Loading branch information
dominic authored and iampogo committed Aug 8, 2018
1 parent c0e4cda commit b85d8f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Sequence Node SDK changelog

## 2.2.0 (????????)
## 2.2.0 (20180808)

* Added preliminary support for dynamically addressing
different API hosts when needed.
* Added `updateTags` to `Action`.
* Added support for dynamically addressing different API hosts for
individual ledgers. Internal APIs only, works automatically.

## 2.1.0 (20180516)

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.1.0"
"sequence-sdk": "~2.2.0"
}
}
```
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.1.0",
"version": "2.2.0",
"description": "SDK for Sequence",
"homepage": "https://github.com/sequence/sequence-sdk-node",
"main": "dist/index.js",
Expand Down

0 comments on commit b85d8f2

Please sign in to comment.