This commit is contained in:
Alexander Cerutti
2019-06-07 13:05:04 +02:00
parent bc941640fc
commit 3a5ed6236d
3 changed files with 20 additions and 2 deletions

View File

@@ -3,6 +3,24 @@
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.5
[ [#f29203149](/commit/f2920314947e8e45f00bcfb83be676261950d37a) ]
Added support for logoText in supportedOptions (issues #21, #28)
[ [#6451a3c37](/commit/6451a3c37866cbdd88b275a4bc3fdff46c3bd3c7) ]
Fixed nfc methods which was accepting and registering an array instead of an object
[ [#4ce889d65](/commit/4ce889d6558678f01a993dcbd3e60b568e787638) ]
Adding support for native Dates (#32)
[ [#0e46d855e](/commit/0e46d855e43c2fd736aee0e43c5c993fbc41a0b9) ]
Fixing passes parallel generation (#31)
___ ___
## 1.6.4 ## 1.6.4

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "passkit-generator", "name": "passkit-generator",
"version": "1.6.4", "version": "1.6.5",
"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.4", "version": "1.6.5",
"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": {