Release 1.8.2 (#1320)

This commit is contained in:
Elliot Lee
2020-10-23 13:48:13 -07:00
committed by GitHub
parent 337ab2993b
commit ae8824fb11
2 changed files with 7 additions and 4 deletions

View File

@@ -2,10 +2,13 @@
Subscribe to [the **ripple-lib-announce** mailing list](https://groups.google.com/forum/#!forum/ripple-lib-announce) for release announcements. We recommend that ripple-lib users stay up-to-date with the latest stable release. Subscribe to [the **ripple-lib-announce** mailing list](https://groups.google.com/forum/#!forum/ripple-lib-announce) for release announcements. We recommend that ripple-lib users stay up-to-date with the latest stable release.
## UNRELEASED ## 1.8.2 (2020-10-23)
* Fixed: Browser compatibility * Bug fixes
* Use ripple-binary-codec 0.2.x to prevent browser issues * Browser compatibility: Use ripple-binary-codec 0.2.x to prevent browser issues (#1321)
* Memory leak: Clear awaiting response promises to prevent memory leak (#1302)
* Feature: getSettings() - allow ledgerVersion to be 'validated', 'closed', or 'current' (#1298)
* Docs: Update APPLICATIONS.md
## 1.8.1 (2020-09-25) ## 1.8.1 (2020-09-25)

View File

@@ -1,6 +1,6 @@
{ {
"name": "ripple-lib", "name": "ripple-lib",
"version": "1.8.1", "version": "1.8.2",
"license": "ISC", "license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser", "description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [ "files": [