Skip to content

Commit cd5caa9

Browse files
author
Ron Korving
committed
Release 0.6.0
1 parent 420238d commit cd5caa9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.6.0
2+
3+
- Support Roku purchase verification [KLVTZ]
4+
- When shared secret is provided for an Apple subscription, use it when accessing receipt information [KLVTZ]
5+
16
# v0.5.0
27

38
- Added support for Google subscriptions [kelchy]

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iap",
3-
"version": "0.5.0",
4-
"description": "In-app purchases for Node.js (Apple, Google)",
3+
"version": "0.6.0",
4+
"description": "In-app purchases for Node.js (Apple, Google, Roku)",
55
"main": "index.js",
66
"scripts": {
77
"test": "jshint ."
@@ -14,6 +14,7 @@
1414
"iap",
1515
"apple",
1616
"google",
17+
"roku",
1718
"android",
1819
"purchase",
1920
"itunes"

0 commit comments

Comments
 (0)