Skip to content

Commit

Permalink
sdk/node: version 1.0.1
Browse files Browse the repository at this point in the history
Closes #431
  • Loading branch information
dominic authored and iampogo committed Jan 24, 2017
1 parent 68c85f9 commit de84f04
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 232 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Changelogs are maintained for each sub-package
- [Windows](./installer/windows/CHANGELOG.md)
- SDKs
- [Java](./sdk/java/CHANGELOG.md)
- [Node.js](./sdk/node/CHANGELOG.md)
- [Ruby](./sdk/ruby/CHANGELOG.md)

2 changes: 1 addition & 1 deletion docs/core/get-started/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ The Chain Node.js SDK is available [via npm](https://www.npmjs.com/package/chain
For most applications, you can simply add Chain to your `package.json` with the following command:

```
npm install --save [email protected].0
npm install --save [email protected].1
```
458 changes: 229 additions & 229 deletions generated/docs/docs.go

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions sdk/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Chain Node.js SDK

## 1.0.1 (January 24, 2017)

* README and documentation updates

## 1.0.0 (January 20, 2017)

* Initial release
2 changes: 1 addition & 1 deletion sdk/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For most applications, you can simply add Chain to your `package.json` with
the following command:

```
npm install --save [email protected].0
npm install --save [email protected].1
```

### In your code
Expand Down

0 comments on commit de84f04

Please sign in to comment.