Skip to content

Commit

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

Author: Dominic Dagradi <[email protected]>
Date: Thu Aug 16 14:49:57 2018 -0700
upstream:9dc69d2546f2f37795bb9b9cb63eb41cecbb3bc7
  • Loading branch information
dominic authored and iampogo committed Aug 16, 2018
1 parent cbf3a79 commit 4aebb49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sequence Node SDK changelog

## 2.2.1 (??????)
## 2.2.2 (20180816)

* Add support for setting custom HTTP request headers at
the client level.
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.1"
"sequence-sdk": "~2.2.2"
}
}
```
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.1",
"version": "2.2.2",
"description": "SDK for Sequence",
"homepage": "https://github.com/sequence/sequence-sdk-node",
"main": "dist/index.js",
Expand Down

0 comments on commit 4aebb49

Please sign in to comment.