iap-apple 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iap-apple",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Integration with Apples InAppPurchases in Typescript, available for NodeJS environments.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -156,7 +156,8 @@
156
156
  {
157
157
  "assets": [
158
158
  "package.json",
159
- "README.md"
159
+ "README.md",
160
+ "CHANGELOG.md"
160
161
  ],
161
162
  "message": "chore: Release ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
162
163
  }