Release 0.2.2

This commit is contained in:
Elliot Lee
2019-07-26 17:24:44 -07:00
parent bf90bbe595
commit 67d00491eb
2 changed files with 8 additions and 3 deletions

View File

@@ -1,8 +1,13 @@
# ripple-binary-codec Release History # ripple-binary-codec Release History
## UNRELEASED (2019-07-26) ## 0.2.2 (2019-07-26)
- codecov.io was removed as it did not appear to work. The `package.json` script was: - Input validation - Amount and Fee should not allow fractional XRP drops ([#31](https://github.com/ripple/ripple-binary-codec/issues/31))
- Fix lint errors
- Update dependencies (including lodash and mocha)
- Require node 10 (.nvmrc)
- Remove assert-diff
- Remove codecov.io as it did not appear to work. The `package.json` script was:
- `"codecov": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js"` - `"codecov": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js"`
## 0.2.1 ## 0.2.1

View File

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