From 4d0f9cb76ca35e4137e39621ce9c8ced61370449 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 14 Dec 2019 17:17:13 +0100 Subject: [PATCH] v2.0.4 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c015bf..44958fd 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.4 - 14/12/19 + + Typescript strict configuration fixes + Improved specifications + ## 2.0.3 - 06/12/19 Dependencies Updates; diff --git a/package-lock.json b/package-lock.json index 5ffd28a..b32b6f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d1ae12..ec8970a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "2.0.3", + "version": "2.0.4", "description": "The easiest way to generate custom Apple Wallet passes in Node.js", "main": "index.js", "scripts": {