From c354c392a96bc8064c55fcccb3bd3f1235f017bb Mon Sep 17 00:00:00 2001 From: Nathan Nichols Date: Wed, 10 Mar 2021 16:53:47 -0600 Subject: [PATCH] build: Release 1.1.2 (#123) * build: Release 1.1.2 --- packages/ripple-binary-codec/HISTORY.md | 3 +++ packages/ripple-binary-codec/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/ripple-binary-codec/HISTORY.md b/packages/ripple-binary-codec/HISTORY.md index 4425a0d9..8b74a5f2 100644 --- a/packages/ripple-binary-codec/HISTORY.md +++ b/packages/ripple-binary-codec/HISTORY.md @@ -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 diff --git a/packages/ripple-binary-codec/package.json b/packages/ripple-binary-codec/package.json index d440c700..11f48c73 100644 --- a/packages/ripple-binary-codec/package.json +++ b/packages/ripple-binary-codec/package.json @@ -1,6 +1,6 @@ { "name": "ripple-binary-codec", - "version": "1.1.1", + "version": "1.1.2", "description": "XRP Ledger binary codec", "files": [ "dist/*",