chore: prepare for 1.1.3 release (#136)

* chore: prepare for 1.1.3 release
This commit is contained in:
Nathan Nichols
2021-06-14 09:06:37 -07:00
parent 93c1ade74e
commit 5fb61c470e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# ripple-binary-codec Release History
## 1.1.3 (2021-06-11)
- Fix for case UInt64.from string allowing lowercase hex (#135)
- Fix for `ValidatorToReEnable` field code (#130)
## 1.1.2 (2021-03-10)
- Fix for case UInt64.from string '0' due to changes in rippled 1.7.0

View File

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