file-select-dialog
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -0,1 +1,3 @@ | ||
## [1.5.3](https://github.com/TomokiMiyauci/file-select-dialog/compare/v1.5.2...v1.5.3) (2021-02-10) | ||
## [1.5.2](https://github.com/TomokiMiyauci/file-select-dialog/compare/v1.5.1...v1.5.2) (2021-02-10) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "file-select-dialog", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Call file select dialog programmatically", | ||
@@ -82,3 +82,41 @@ "types": "dist/index.d.ts", | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"releaseRules": [ | ||
{ | ||
"breaking": true, | ||
"release": "major" | ||
}, | ||
{ | ||
"revert": true, | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "build", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "docs", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "feat", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "fix", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "perf", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "refactor", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator", | ||
@@ -85,0 +123,0 @@ "@semantic-release/changelog", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27447