diff --git a/HISTORY.md b/HISTORY.md index 82823b19..6747d337 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,19 @@ # ripple-keypairs Release History +## 1.0.0-beta.1 (2020-01-28) + +* Internal + * Travis: remove node 6 and add node 13 (#59) + * Use published ripple-address-codec (#58) + * Replace TSLint with ESLint + Prettier (#71) + * Add type (#74) + * Remove unused code (#81) + * Add tests (#82) + * Improve comments (#90) + * Remove Babel (#33) +* Update dependencies + * @types/node, eslint, bn.js, typescript, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, mocha, istanbul, hash.js + ## 1.0.0-beta.0 (2019-10-17) * Refactor and use TypeScript diff --git a/package.json b/package.json index 8691bea0..00b0c630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-keypairs", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "description": "Cryptographic key pairs for the XRP Ledger", "files": [ "dist/*"