This commit is contained in:
Alexander Cerutti
2019-12-14 17:17:13 +01:00
parent 14c8e2595c
commit 4d0f9cb76c
3 changed files with 7 additions and 2 deletions

View File

@@ -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;

2
package-lock.json generated
View File

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

View File

@@ -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": {