Release 1.0.1

This commit is contained in:
Elliot Lee
2020-05-12 21:49:08 -07:00
parent 186968b5b5
commit 63f4aa2b8d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# ripple-keypairs Release History
## 1.0.1 (2020-05-12)
* Update dependencies
* codecov, eslint-config-airbnb-typescript, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @types/node, eslint-plugin-mocha, typescript, mocha
* This will probably be the last version to support Node.js version 8, which reached End-of-Life on 31st December 2019. If you are still using Node.js 8, we recommend upgrading to version 10 or higher as soon as possible. ([Node.js Releases](https://nodejs.org/en/about/releases/))
## 1.0.0 (2020-02-05)
* Refactor and use TypeScript

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-keypairs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cryptographic key pairs for the XRP Ledger",
"files": [
"dist/*"