Skip to content

Commit

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

Author: Dan Croak <[email protected]>
Date: Wed Apr 18 15:53:44 2018 -0700
upstream:03e4ea7af3c970906aeb6102cb784b6a5f21c1f1
  • Loading branch information
croaky authored and iampogo committed Apr 18, 2018
1 parent 976e884 commit 1d4f984
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Sequence Node SDK changelog

## 2.0.0-rc.3 (201804??)
## 2.0.0 (20180418)

* Enable `keepAlive` on the HTTP agent.
* Enabled `keepAlive` on the HTTP agent.
* Added copy of Apache 2.0 license to source.
* Added `User-Agent` header when in a Node program,
is `sequence-sdk-node/#{VERSION}`.

## 2.0.0-rc.2 (20180416)

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.0.0-rc.2"
"sequence-sdk": "~2.0.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.0.0-rc.2",
"version": "2.0.0",
"description": "SDK for Sequence",
"homepage": "https://github.com/sequence/sequence-sdk-node",
"main": "dist/index.js",
Expand Down

0 comments on commit 1d4f984

Please sign in to comment.