This commit is contained in:
Alexander Cerutti
2019-03-29 22:16:32 +01:00
parent 3170a5e013
commit 7b5a1e0a1e
3 changed files with 11 additions and 2 deletions

View File

@@ -4,6 +4,15 @@ Since every new minor, major or patch version is pushed in the repository with t
The lists won't include the npm autogenerated commit.
## 1.5.6
[ [#5e917d6db](/commit/5e917d6dbbf4445480bb4a5cd782745f7f391194) ] - Updated documentation
[ [#bf2b8f655](/commit/bf2b8f655e35e0d9d1a7d6e837c9a234fd663a41) ] - Added content-certificates support;
Fixed problem with supported options
[ [#a9f71f113](/commit/a9f71f113d1093532c6899e05abcdf540be3ac17) ] - Added description to be available for override (thank you, Artsiom Aliakseyenka);
___
## 1.5.5

2
package-lock.json generated
View File

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

View File

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