Release 1.4.1 (#1079)

This commit is contained in:
Elliot Lee
2019-11-06 21:30:14 -08:00
committed by GitHub
parent 5c84eed292
commit d6757aced2
2 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,18 @@
# ripple-lib Release History
## 1.4.1 (2019-11-06)
* Compatibility: Change TypeScript compile target back to `es6` (#1071)
* WARNING: This allows for the use of Node v6, which is no longer supported by Node.js, as it was end-of-life'd in April 2019
* We recommend updating to Node v8/v10 ASAP in order to get security updates and fixes from the Node.js team
* We are not actively running tests against Node v6 (ref #1076)
* Docs: `getAccountObjects` doc fix
* Dependencies:
* Update `bignumber.js`
* Update `ripple-keypairs`
* Update `ws`
* Build process: Update `webpack` flow
## 1.4.0 (2019-10-28)
* Unref timer so it does not hang the Node.js process