From 616abdaa046ee8c5b19bb28c4b4f704b73abb168 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Fri, 3 May 2019 19:53:59 +0200 Subject: [PATCH] 1.6.3 --- CHANGELOG.md | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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": {