This commit is contained in:
Alexander Cerutti
2021-10-31 22:04:51 +01:00
parent 1d6fc00c56
commit 267d8a6e8c
3 changed files with 398 additions and 392 deletions

View File

@@ -3,6 +3,12 @@
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.
## 3.0.0 / 3.0.1 - 31/10/21
Passkit-generator has been completely refactored and re-conceptualized. Follow [Migration Guide v2 to v3](https://github.com/alexandercerutti/passkit-generator/wiki/Migrating-from-v2-to-v3) to see the differences between the two versions
---
## 2.0.8 - 25/08/21
Added support for optional NFC key `requiresAuthentication`;

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "passkit-generator",
"version": "3.0.0",
"version": "3.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "passkit-generator",
"version": "3.0.0",
"version": "3.0.1",
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
"main": "lib/index.js",
"scripts": {