-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #431
- Loading branch information
Showing
5 changed files
with
241 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|