Skip to content

Commit

Permalink
sdk/node: tick version to 1.0.3
Browse files Browse the repository at this point in the history
Closes #882
  • Loading branch information
chrisgarvin authored and iampogo committed Apr 6, 2017
1 parent ef88647 commit 4b5f043
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
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].2
npm install --save [email protected].3
```
2 changes: 1 addition & 1 deletion generated/rev/RevId.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

public final class RevId {
public final String Id = "1.0-stable/rev2506";
public final String Id = "1.0-stable/rev2507";
}
2 changes: 1 addition & 1 deletion generated/rev/revid.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package rev

const ID string = "1.0-stable/rev2506"
const ID string = "1.0-stable/rev2507"
2 changes: 1 addition & 1 deletion generated/rev/revid.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

export const rev_id = "1.0-stable/rev2506"
export const rev_id = "1.0-stable/rev2507"
2 changes: 1 addition & 1 deletion generated/rev/revid.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module Chain::Rev
ID = "1.0-stable/rev2506".freeze
ID = "1.0-stable/rev2507".freeze
end
4 changes: 4 additions & 0 deletions sdk/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Chain Node.js SDK

## 1.0.3 (April 5, 2017)

* Resolved an issue where transaction feeds would halt processing unexpectedly

## 1.0.2 (January 25, 2017)

* Use base URL and client token provided on initialization for MockHSM connection
Expand Down
2 changes: 1 addition & 1 deletion sdk/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chain-sdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Official Node.js SDK for Chain Core",
"homepage": "https://github.com/chain/chain/tree/main/sdk/node",
"main": "dist/index.js",
Expand Down

0 comments on commit 4b5f043

Please sign in to comment.