@aparajita/capacitor-biometric-auth
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,10 @@ # Changelog | ||
### [1.0.4](https://github.com/aparajita/capacitor-biometric-auth/compare/v1.0.3...v1.0.4) (2021-03-31) | ||
### Maintenance | ||
* add license ([938b24f](https://github.com/aparajita/capacitor-biometric-auth/commit/938b24f9e3e551101297acc8be96c5ab00f710e1)) | ||
* add push script ([6069525](https://github.com/aparajita/capacitor-biometric-auth/commit/6069525d84e319e54d0d62bc2b73c216aa7ac245)) | ||
### [1.0.3](https://github.com/aparajita/capacitor-biometric-auth/compare/v1.0.2...v1.0.3) (2021-03-31) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Provides access to the native biometric auth APIs for Capacitor apps", | ||
@@ -19,3 +19,4 @@ "main": "dist/esm/index.js", | ||
"docgen": "docgen --api WSBiometricAuthPlugin --output-readme README.md", | ||
"release": "standard-version" | ||
"release": "standard-version", | ||
"push": "git push --follow-tags origin main && npm publish" | ||
}, | ||
@@ -22,0 +23,0 @@ "author": "Aparajita Fishman", |
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
169643
42