From 41cf1d74d3023c790ca99e23dcc668fc966a4236 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Fri, 22 Nov 2019 23:30:11 +0100 Subject: [PATCH] v2.0.1 --- 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 6ff5ce4..a6b3d1b 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.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 b2a3ba9..8ab0c21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index faf0ad5..ad609d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passkit-generator", - "version": "2.0.0", + "version": "2.0.1", "description": "The easiest way to generate custom Apple Wallet passes in Node.js", "main": "index.js", "scripts": {