@commitlint/config-angular-type-enum
Advanced tools
Comparing version 16.2.1 to 16.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [16.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14) | ||
**Note:** Version bump only for package @commitlint/config-angular-type-enum | ||
## [16.2.1](https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1) (2022-02-13) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@commitlint/config-angular-type-enum", | ||
"version": "16.2.1", | ||
"version": "16.3.0", | ||
"description": "Shareable commitlint config enforcing the angular commit convention types", | ||
@@ -35,3 +35,3 @@ "files": [ | ||
}, | ||
"gitHead": "071cce297f207ebcaf9cfa00e23542b7e0a550e8" | ||
"gitHead": "211f5140ab20c0513478d04b83fbd78ff3f6da80" | ||
} |
@@ -11,3 +11,3 @@ # @commitlint/config-angular-type-enum | ||
```sh | ||
npm install --save-dev @commitlint/config-angular-types @commitlint/cli | ||
npm install --save-dev @commitlint/config-angular-type-enum @commitlint/cli | ||
echo "module.exports = {extends: ['@commitlint/config-angular-type-enum']};" > commitlint.config.js | ||
@@ -14,0 +14,0 @@ ``` |
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
10943