This commit is contained in:
Alexander Cerutti
2019-07-31 23:25:02 +02:00
parent 74903938be
commit 846ebc3198
3 changed files with 8 additions and 2 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. 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. The lists won't include the npm autogenerated commit.
## 1.6.8
[ [#74903938b](/commit/74903938be565fbd8bdb4e99aae2129caf5f1dc6) ]
Added optional row attribute for auxiliaryFields
## 1.6.6 ## 1.6.6
[ [#f37f978e2](/commit/f37f978e2c614d3eb9df001bd059a056ff1b6952) ] [ [#f37f978e2](/commit/f37f978e2c614d3eb9df001bd059a056ff1b6952) ]

2
package-lock.json generated
View File

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

View File

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