This commit is contained in:
Alexander Cerutti
2019-03-30 21:47:14 +01:00
parent 2c97274acd
commit ce81ec4cf6
3 changed files with 11 additions and 2 deletions

View File

@@ -3,6 +3,15 @@
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.5.7
[ [#c0994b80b](/commit/c0994b80be62023872de0251b45d19a66145f9ef) ] - Moved tests to spec folder with jasmine configuration
[ [#33ca24d28](/commit/33ca24d28d09caad6c5eb0cde949b13a9053faf3) ] - Fixed barcodes validation problem
[ [#7c2540a93](/commit/7c2540a93d46e0ba71400b2eb5e0fceee9dd6445) ] - Re-engineered FieldContainer (now FieldsArray) to extend successfully array with its methods.
___
## 1.5.6 ## 1.5.6

2
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "passkit-generator", "name": "passkit-generator",
"version": "1.5.6", "version": "1.5.7",
"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": {