@commitlint/types
Advanced tools
Comparing version 9.0.1 to 9.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [9.1.0](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.0) (2020-06-21) | ||
### Features | ||
* add local plugins support ([#1692](https://github.com/conventional-changelog/commitlint/issues/1692)) ([7b29c48](https://github.com/conventional-changelog/commitlint/commit/7b29c48321b513e091849fbb2cc2bf0e6ebb94a6)) | ||
## [9.0.1](https://github.com/conventional-changelog/commitlint/compare/v9.0.0...v9.0.1) (2020-05-26) | ||
@@ -8,0 +19,0 @@ |
@@ -69,3 +69,3 @@ import { TargetCaseType } from './ensure'; | ||
defaultIgnores?: boolean; | ||
plugins?: string[]; | ||
plugins?: (string | Plugin)[]; | ||
} | ||
@@ -72,0 +72,0 @@ export interface UserPreset { |
{ | ||
"name": "@commitlint/types", | ||
"version": "9.0.1", | ||
"version": "9.1.0", | ||
"description": "Shared types for commitlint packages", | ||
@@ -30,5 +30,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/utils": "^9.0.1" | ||
"@commitlint/utils": "^9.1.0" | ||
}, | ||
"gitHead": "7ff3f2902bcaa8b93b653a0af25c811d12ae0dc1" | ||
"gitHead": "c9f5c5cb3f995362c760308f114b6319c0e55ce3" | ||
} |
Sorry, the diff of this file is not supported yet
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
21203