diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b595e..6c015bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Since every new minor, major or patch version is pushed in the repository with the npm autogenerated commit for version update, a history become needed. The lists won't include the npm autogenerated commit. +## 2.0.3 - 06/12/19 + + Dependencies Updates; + More improvements; + ## 2.0.2 Unlocked some other prohibited (until now) fields that were not editable due to design choice ( organizationName, passTypeIdentifier, teamIdentifier, appLaunchURL, associatedStoreIdentifiers); diff --git a/package-lock.json b/package-lock.json index 666b57e..5ffd28a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e39e73..2d1ae12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "2.0.2", + "version": "2.0.3", "description": "The easiest way to generate custom Apple Wallet passes in Node.js", "main": "index.js", "scripts": {