This commit is contained in:
Alexander Cerutti
2021-06-21 23:16:40 +02:00
parent 0f6088f9c4
commit 5c7599acd6
3 changed files with 12 additions and 3 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.
The lists won't include the npm autogenerated commit.
## 2.0.7 - 21/06/21
Fixed wrong Schemas keys (ignore*s*TimeZone and dataDetectorType*s*);
Added more SemanticsTagTypes
Refactored Error system;
Refactored Schemas;
Updated Dependencies;
Removed unnecessary ways to perfom ways in refactoring;
## 2.0.6 - 09/02/21
Improved building phase;

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "passkit-generator",
"version": "2.0.6",
"version": "2.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "2.0.6",
"version": "2.0.7",
"license": "MIT",
"dependencies": {
"debug": "^4.3.1",

View File

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