mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
1.6.5
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -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.
|
||||
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
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "passkit-generator",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "passkit-generator",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user