Release 0.4.0

This commit is contained in:
ronkorving
2015-08-27 19:51:20 +09:00
parent 199b163b33
commit 7085b6b696
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# v0.4.0
- Cache Google access tokens for improved throughput [Alaneor]
# v0.3.3
- Start writing a changelog [ronkorving]

View File

@@ -1,6 +1,6 @@
{
"name": "iap",
"version": "0.3.3",
"version": "0.4.0",
"description": "In-app purchases for Node.js (Apple, Google)",
"main": "index.js",
"scripts": {