From 9647145150ee9cf78adc39dda6cf54019236f956 Mon Sep 17 00:00:00 2001 From: Jackson Mills Date: Mon, 1 Nov 2021 10:53:44 -0700 Subject: [PATCH] Build: Prepare for 2.0.1 (#1779) * Build: Prepare for 2.0.1 --- HISTORY.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 36a455ba..f1324ebf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,10 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release. +## 2.0.1 (2021-11-01) + +* Fix private interfaces not showing up in the docs (#1769) + ## 2.0.0 (2021-10-20) A migration guide is available at https://xrpl.org/xrpljs2-migration-guide.html. diff --git a/package-lock.json b/package-lock.json index 405e805a..c3d4580e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xrpl", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xrpl", - "version": "2.0.0", + "version": "2.0.1", "license": "ISC", "dependencies": { "bignumber.js": "^9.0.0", diff --git a/package.json b/package.json index dcb12b33..58bf0eea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xrpl", - "version": "2.0.0", + "version": "2.0.1", "license": "ISC", "description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser", "files": [