diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b3d1b..06b595e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,18 @@ 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.2 + + Unlocked some other prohibited (until now) fields that were not editable due to design choice ( organizationName, passTypeIdentifier, teamIdentifier, appLaunchURL, associatedStoreIdentifiers); + Small improvements; + +___ ## 2.0.1 Typescript version update; Update to webServiceURL schema regex and allowed all characters for authenticationToken; +___ ## 2.0.0 This version brings lot of improvements and breaking changes. diff --git a/package-lock.json b/package-lock.json index 5047d6a..666b57e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 356fd34..2e39e73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "2.0.1", + "version": "2.0.2", "description": "The easiest way to generate custom Apple Wallet passes in Node.js", "main": "index.js", "scripts": {