Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Korving committed May 17, 2017
1 parent 420238d commit cd5caa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 ."
Expand All @@ -14,6 +14,7 @@
"iap",
"apple",
"google",
"roku",
"android",
"purchase",
"itunes"
Expand Down

0 comments on commit cd5caa9

Please sign in to comment.