Skip to content

Commit ac97d7f

Browse files
dominiciampogo
authored andcommitted
sdk/node: increment version to 2.2.1
Closes #4688 Author: Dominic Dagradi <ddagradi@gmail.com> Date: Tue Aug 14 17:06:16 2018 -0700 upstream:f62fb1623c0056e17b209f54da62e9135b9ed467
1 parent 944744a commit ac97d7f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sequence Node SDK changelog
22

3-
## 2.2.1 (??????)
3+
## 2.2.1 (20180814)
44

55
* Added support for setting a custom API URL when run outside
66
of a Node process.

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

0 commit comments

Comments
 (0)