From 90be539b0964ce0fe54794490bbae0d95f5e2b76 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 22 Mar 2018 14:12:22 -0700 Subject: [PATCH] Release 0.19.1 --- HISTORY.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index bd0f3603..7ed58503 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,21 @@ # ripple-lib Release History +## 0.19.1 (2018-03-22) + ++ [Fix: Include TypeScript declarations in npm package](https://github.com/ripple/ripple-lib/pull/863) ++ [Fix: Documentation link to checkCash](https://github.com/ripple/ripple-lib/pull/871) ++ [Internal: Clean up types and migrate more APIs to new request method](https://github.com/ripple/ripple-lib/pull/857) ++ [Internal: Fix Payment source and destination types](https://github.com/ripple/ripple-lib/pull/870) + +The SHA-256 checksums for the browser version of this release can be found +below. +``` +% shasum -a 256 * +3ed5332aa035c07bae6c1abfdfc8ca77cdbb05cc4b88878f544f1ea4cb793f4d ripple-0.19.1-debug.js +2f5507aa00a40ab6a94de1822af87db5e927edef3885aef5d9b39ccb623ccb54 ripple-0.19.1-min.js +1e439aee1b220242d56ea687a9b55a67b8614212c1ddbd70a4fcf34503fc487a ripple-0.19.1.js +``` + ## 0.19.0 (2018-03-02) + [Add support for Checks](https://github.com/ripple/ripple-lib/pull/853) diff --git a/package.json b/package.json index 2662cb79..95eb904e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "0.19.0", + "version": "0.19.1", "license": "ISC", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "files": [