Bump version to 0.10.1 and add HISTORY.md

This commit is contained in:
Elliot Lee
2017-11-10 15:05:04 -08:00
parent 119dfa8d9f
commit 7304ee46d6
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# ripple-keypairs Release History
## 0.10.1 (2017-11-10)
+ [Verify that generated keypairs can correctly sign a message](https://github.com/ripple/ripple-keypairs/pull/22)

View File

@@ -1,6 +1,6 @@
{ {
"name": "ripple-keypairs", "name": "ripple-keypairs",
"version": "0.10.0", "version": "0.10.1",
"description": "ripple key pairs", "description": "ripple key pairs",
"files": [ "files": [
"distrib/npm/*", "distrib/npm/*",