Skip to content

Commit

Permalink
Publish v0.2.16 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
guiguan committed Oct 15, 2020
1 parent 37e8adf commit de018e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions docs/contribution/publish_a_new_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Node SDK (NPM)

1. `npm login` (southbanksoftwareadmin)
2. `npm version patch` (or minor, major)
3. `npm publish`
1. `cd node_sdk`
2. `npm login` (southbanksoftwareadmin)
3. `npm version patch` (or minor, major)
4. `npm publish`
5. remember to regenerate and update Node SDK documentation as well if that is necessary

## Go SDK & Proofable CLI

Expand Down
2 changes: 1 addition & 1 deletion node_sdk/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 node_sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proofable",
"version": "0.2.13",
"version": "0.2.16",
"description": "Proofable Node SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit de018e4

Please sign in to comment.