diff --git a/History.md b/History.md new file mode 100644 index 0000000..bc55c6c --- /dev/null +++ b/History.md @@ -0,0 +1,6 @@ +# v0.3.3 + +- Start writing a changelog [ronkorving] +- Added linting [AlmirKadric] +- Removed inappropriate assertions in Google Play receipt checks, as they should be handled application-side [AlmirKadric] + diff --git a/package.json b/package.json index e07d8c8..ff0c093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iap", - "version": "0.3.2", + "version": "0.3.3", "description": "In-app purchases for Node.js (Apple, Google)", "main": "index.js", "scripts": {