From ebb64ba17748ad4af2b66f6f58d420b0b05ceefd Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 3 Sep 2019 16:43:31 -0700 Subject: [PATCH] v1.3.2 --- HISTORY.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f189597d..061c0e07 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # ripple-lib Release History +## 1.3.2 (2019-09-03) + +* Export and document `rippleTimeToISO8601()` method +* Add type for isValidAddress (fixes error TS7016, #1032) +* Docs: update recommended Node.js version (#1031) + +When using this release with [rippled](https://github.com/ripple/rippled), we recommend using [rippled version 1.3.1](https://github.com/ripple/rippled/releases/tag/1.3.1) or later. + ## 1.3.1 (2019-08-26) * Upgrade to gulp 4 (#1030) diff --git a/package.json b/package.json index f2a0781b..f16718e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "1.3.1", + "version": "1.3.2", "license": "ISC", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "files": [