Skip to content

Commit b85d8f2

Browse files
dominiciampogo
authored andcommitted
sdk/node: increment version to 2.2.0
Closes #4584 Author: Dominic Dagradi <ddagradi@gmail.com> Date: Wed Aug 8 14:18:14 2018 -0700 upstream:14b86c6c7f30f567ce3b989811edff8d7ae6064b
1 parent c0e4cda commit b85d8f2

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

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

3-
## 2.2.0 (????????)
3+
## 2.2.0 (20180808)
44

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

89
## 2.1.0 (20180516)
910

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.1.0"
16+
"sequence-sdk": "~2.2.0"
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.1.0",
3+
"version": "2.2.0",
44
"description": "SDK for Sequence",
55
"homepage": "https://github.com/sequence/sequence-sdk-node",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)