@commitlint/config-angular
Advanced tools
Comparing version 5.0.1 to 5.1.1
@@ -6,2 +6,21 @@ # Change Log | ||
<a name="5.1.1"></a> | ||
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24) | ||
**Note:** Version bump only for package @commitlint/config-angular | ||
<a name="5.1.0"></a> | ||
# [5.1.0](https://github.com/marionebl/commitlint/compare/v5.0.2...v5.1.0) (2017-11-24) | ||
### Features | ||
* **travis-cli:** add reusable travis command line interface ([3e6e6a8](https://github.com/marionebl/commitlint/commit/3e6e6a8)) | ||
<a name="5.0.1"></a> | ||
@@ -8,0 +27,0 @@ ## [5.0.1](https://github.com/marionebl/commitlint/compare/v5.0.0...v5.0.1) (2017-11-19) |
{ | ||
"name": "@commitlint/config-angular", | ||
"version": "5.0.1", | ||
"version": "5.1.1", | ||
"description": "Shareable commitlint config enforcing the angular commit convention", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"deps": "dep-check", | ||
"lint": "npx xo", | ||
"lint": "xo", | ||
"start": "exit 0", | ||
@@ -31,7 +31,7 @@ "test": "exit 0" | ||
"devDependencies": { | ||
"@commitlint/utils": "^5.0.1" | ||
"@commitlint/utils": "^5.1.1" | ||
}, | ||
"dependencies": { | ||
"@commitlint/config-angular-type-enum": "^5.0.1" | ||
"@commitlint/config-angular-type-enum": "^5.1.1" | ||
} | ||
} |
@@ -8,2 +8,6 @@ > Lint your commits, angular-style | ||
|:warning:| | | ||
|:-------:|--| | ||
| **IMPORTANT** | As of version 5.0.0 of this package the `chore` type is no longer allowed. This breaks compat with most of the tooling present in the conventional-changelog community. See [config-conventional](../config-conventional) for a replacement that retains compatibility. | | ||
## Getting started | ||
@@ -10,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
6426
140