Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Feb 25, 2018
1 parent 943a04d commit 292f07b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog

This details the changes made from the previous recorded version.

3.3.1
=====

- Fixes

- Update typescript typings
- Use user provided parameters when given for api core methods
- Fix ScriptBuilder to accept empty string and zero value
- neonDB to use ``get_all_nodes`` endpoint instead of ``best_node`` endpoint
3.3.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
Expand Up @@ -24,7 +24,7 @@
},
"name": "@cityofzion/neon-js",
"description": "Javascript libraries for neo wallet using https://github.com/neochainio/neowallet/blob/master/js/wallet.js as the original source.",
"version": "3.3.0",
"version": "3.3.1",
"main": "lib/index.js",
"browser": "lib/browser.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 292f07b

Please sign in to comment.