mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 17:15:49 +00:00
Release 1.0.2
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# ripple-keypairs Release History
|
||||
|
||||
## 1.0.2 (2020-09-12)
|
||||
|
||||
* Drop support for Node.js version 8 (#171)
|
||||
* Node.js v8 reached End-of-Life on 31st December 2019. As ripple-keypairs is a security-sensitive library, we recommend upgrading to Node.js 10 or higher immediately. ([Node.js Releases](https://nodejs.org/en/about/releases/))
|
||||
* Internal
|
||||
* Update dependencies (#170) (#163) (#173) (#172) (#175) (#177) (#179) (#180) (#181)
|
||||
* Bump elliptic from 6.5.2 to 6.5.3 (#190)
|
||||
* We do not believe that the issue fixed in this patch affects ripple-keypairs in any way, but we are bumping the dependency just to stay up-to-date.
|
||||
* Bump lodash from 4.17.15 to 4.17.20 (#207)
|
||||
* Add GitHub Actions CI (#221)
|
||||
|
||||
## 1.0.1 (2020-05-12)
|
||||
|
||||
* Update dependencies
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-keypairs",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Cryptographic key pairs for the XRP Ledger",
|
||||
"files": [
|
||||
"dist/*"
|
||||
|
||||
Reference in New Issue
Block a user