From cd5caa97522fe8548ac677622a4d9cdaec42df71 Mon Sep 17 00:00:00 2001 From: Ron Korving Date: Wed, 17 May 2017 20:06:36 +0900 Subject: [PATCH] Release 0.6.0 --- History.md | 5 +++++ package.json | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 5004fad..c07f178 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +# v0.6.0 + +- Support Roku purchase verification [KLVTZ] +- When shared secret is provided for an Apple subscription, use it when accessing receipt information [KLVTZ] + # v0.5.0 - Added support for Google subscriptions [kelchy] diff --git a/package.json b/package.json index 8e0f054..b902dd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iap", - "version": "0.5.0", - "description": "In-app purchases for Node.js (Apple, Google)", + "version": "0.6.0", + "description": "In-app purchases for Node.js (Apple, Google, Roku)", "main": "index.js", "scripts": { "test": "jshint ." @@ -14,6 +14,7 @@ "iap", "apple", "google", + "roku", "android", "purchase", "itunes"