Expand node version compatibility

Previously the library could not be installed with node 12:

https://github.com/ripple/ripple-binary-codec/pull/33
This commit is contained in:
Elliot Lee
2019-09-04 00:13:35 -07:00
parent ebb64ba177
commit 76db002eb5
3 changed files with 18 additions and 27 deletions

View File

@@ -1,5 +1,9 @@
# ripple-lib Release History
## UNRELEASED
* Expand node version compatibility to support Node.js 12 ([ripple-binary-codec#32](https://github.com/ripple/ripple-binary-codec/issues/32))
## 1.3.2 (2019-09-03)
* Export and document `rippleTimeToISO8601()` method