diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3506c..f9270ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ Since every new minor, major or patch version is pushed in the repository with t The lists won't include the npm autogenerated commit. ___ -## 1.6.1 + 1.6.2 +## 1.6.1 --> 1.6.3 + +[ Subsequent commits ] + + Fixes to problems in 1.6.1 [ [#baf096c38](/commit/baf096c38067aae0ec459487db865851531f97b2) ] diff --git a/package-lock.json b/package-lock.json index 520d5c9..5a8d11c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 680410f..1cd94f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "1.6.2", + "version": "1.6.3", "description": "The easiest way to generate custom Apple Wallet passes in Node.js", "main": "index.js", "scripts": {