Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
intelliot committed Jan 28, 2020
1 parent 13c85f0 commit ee7025f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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/*"
Expand Down

0 comments on commit ee7025f

Please sign in to comment.