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

Commit 1c3cdd3

Browse files
committed
Release 1.0.0-beta.3
1 parent 9ffd00d commit 1c3cdd3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# ripple-keypairs Release History
22

3-
## 1.0.0-beta.1 (2020-01-28)
3+
## 1.0.0-beta.3 (2020-01-29)
4+
5+
* Add some types
6+
* Export members
7+
8+
## 1.0.0-beta.2 (2020-01-28)
49

510
* Internal
611
* Travis: remove node 6 and add node 13 (#59)
@@ -13,6 +18,7 @@
1318
* Remove Babel (#33)
1419
* Update dependencies
1520
* @types/node, eslint, bn.js, typescript, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, mocha, istanbul, hash.js
21+
* Identical to `1.0.0-beta.1`
1622

1723
## 1.0.0-beta.0 (2019-10-17)
1824

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ripple-keypairs",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "Cryptographic key pairs for the XRP Ledger",
55
"files": [
66
"dist/*"

0 commit comments

Comments
 (0)