mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-06 05:45:48 +00:00
Release 1.6.3
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
# ripple-lib Release History
|
||||
|
||||
## 1.6.3-beta.1 (2020-01-29)
|
||||
## 1.6.3 (2020-02-05)
|
||||
|
||||
* 1.6.3-beta.1
|
||||
* Update ripple-keypairs to 1.0.0-beta.6
|
||||
* 1.6.3-beta.0
|
||||
* Update ripple-keypairs to 1.0.0
|
||||
* Bug fix: Assign event listener to socket close event on open before attempting post-open logic (#1186)
|
||||
* Protects against possible unhandled rejection in disconnect
|
||||
* Adds the Connection `_ws.close` event listener post `_ws.open` before executing any post `_ws.open` logic, i.e. `Connection._subscribeToLedger`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-lib",
|
||||
"version": "1.6.3-beta.1",
|
||||
"version": "1.6.3",
|
||||
"license": "ISC",
|
||||
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user