build: Release 1.1.2 (#123)

* build: Release 1.1.2
This commit is contained in:
Nathan Nichols
2021-03-10 16:53:47 -06:00
parent 761121eba2
commit c354c392a9
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# ripple-binary-codec Release History
## 1.1.2 (2021-03-10)
- Fix for case UInt64.from string '0' due to changes in rippled 1.7.0
## 1.1.1 (2021-02-12)
- PathSet.toJSON() does not return undefined values
- Add support for X-Addresses in Issued Currency Amounts

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "1.1.1",
"version": "1.1.2",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",