From 86ce7b707c4db7c701c0408f0520d1bb4ac8a214 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 9 Apr 2018 12:03:05 -0700 Subject: [PATCH] Release 0.20.0 --- HISTORY.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7ed5850327..c5e60bdf06 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,20 @@ # ripple-lib Release History +## 0.20.0 (2018-04-09) + ++ [Add support for using a keypair with sign()](https://github.com/ripple/ripple-lib/pull/769) ++ [Fix a bug caused by jsonschema v1.2.3 by pinning to v1.2.2](https://github.com/ripple/ripple-lib/pull/882) ++ [Improve Payment Channel documentation](https://github.com/ripple/ripple-lib/pull/877) + +The SHA-256 checksums for the browser version of this release can be found +below. +``` +% shasum -a 256 * +389811a9baa72f77e2a43d0b48045762d29a6f616ed5fd2660ba76fc12a3ecc5 ripple-0.20.0-debug.js +c1746ea0dd55318cb4e1ef3955ef14759d9d70861437c69abafc10169916f068 ripple-0.20.0-min.js +17958b0e46395d2b2a35a003693c0babdfb5382513d3cc58a62f8648ad710b0e ripple-0.20.0.js +``` + ## 0.19.1 (2018-03-22) + [Fix: Include TypeScript declarations in npm package](https://github.com/ripple/ripple-lib/pull/863) diff --git a/package.json b/package.json index 6c813d04df..e3bf9fd319 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "0.19.1", + "version": "0.20.0", "license": "ISC", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "files": [