Release 1.0.0-beta.4

This commit is contained in:
Elliot Lee
2018-08-10 14:58:19 -07:00
parent f5e1a4a588
commit 2438295e70
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# ripple-lib Release History # ripple-lib Release History
## 1.0.0-beta.4 (2018-08-10)
+ [Add `prepareTransaction()`](https://github.com/ripple/ripple-lib/pull/898)
+ Internal improvements and cleanup
## 1.0.0-beta.3 (2018-07-17) ## 1.0.0-beta.3 (2018-07-17)
+ For payment channel transactions, `getTransaction` includes a new + For payment channel transactions, `getTransaction` includes a new

View File

@@ -1,6 +1,6 @@
{ {
"name": "ripple-lib", "name": "ripple-lib",
"version": "1.0.0-beta.3", "version": "1.0.0-beta.4",
"license": "ISC", "license": "ISC",
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [ "files": [