This commit is contained in:
Elliot Lee
2019-08-29 18:00:24 -07:00
parent 63149f4b5d
commit edc95f78f1
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# ripple-binary-codec Release History
## 0.2.3 (2019-08-29)
- Expand node version compatibility (#32, #33)
## 0.2.2 (2019-07-26)
- Input validation - Amount and Fee should not allow fractional XRP drops ([#31](https://github.com/ripple/ripple-binary-codec/issues/31))

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "0.2.2",
"version": "0.2.3",
"description": "XRP Ledger binary codec",
"files": [
"distrib/npm/*",