Skip to content

Commit

Permalink
v2.2.2: Token fix
Browse files Browse the repository at this point in the history
Fix doTransferToken
  • Loading branch information
snowypowers committed Dec 19, 2017
1 parent d18e38e commit c39498f
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 79,873 deletions.
43,066 changes: 18 additions & 43,048 deletions lib/browser.js

Large diffs are not rendered by default.

Binary file added lib/browser.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion lib/browser.js.map

This file was deleted.

36,836 changes: 17 additions & 36,819 deletions lib/index.js

Large diffs are not rendered by default.

Binary file added lib/index.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion lib/index.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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": "2.2.1",
"version": "2.2.2",
"main": "lib/index.js",
"browser": "lib/browser.js",
"types": "src/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changelog

This details the changes made from the previous recorded version.

2.2.2
=====

- Fix ``nep5/doTransferToken``

2.2.1
=====

-Fix ``fixed82num`` not accepting empty string

2.2.0
=====

Expand Down
6 changes: 3 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
scv_greatest_tag = True

scv_whitelist_branches = ('master', 'dev')
scv_whitelist_tags = ('1.1.1')
scv_whitelist_tags = ('1.1.1', '2.0.0')

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.2.1'
version = u'2.2.2'
# The full version, including alpha/beta/rc tags.
release = u'2.2.1'
release = u'2.2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit c39498f

Please sign in to comment.