diff --git a/packages/ripple-keypairs/HISTORY.md b/packages/ripple-keypairs/HISTORY.md index ce6aa171..82823b19 100644 --- a/packages/ripple-keypairs/HISTORY.md +++ b/packages/ripple-keypairs/HISTORY.md @@ -1,5 +1,21 @@ # ripple-keypairs Release History +## 1.0.0-beta.0 (2019-10-17) + +* Refactor and use TypeScript +* Vendor ripple-address-codec (move dependency into this project) +* Add support for Travis CI (.travis.yml) +* Use "dist/*" for distribution files +* Add yarn.lock + +## 0.11.0 (2018-10-23) + +* Upgrade elliptic (#28) + +## 0.10.2 + +* Remove unused devDependencies + ## 0.10.1 (2017-11-10) -+ [Verify that generated keypairs can correctly sign a message](https://github.com/ripple/ripple-keypairs/pull/22) +* [Verify that generated keypairs can correctly sign a message](https://github.com/ripple/ripple-keypairs/pull/22)