Files

Return to Package Diff Home.
Brought to you by Intrinsic.

Package Diff: @commitlint/config-conventional @ 7.5.0 .. 7.6.0

CHANGELOG.md

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)
+
+**Note:** Version bump only for package @commitlint/config-conventional
+
+
+
+
+
<a name="7.5.0"></a>
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)

package.json

@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
- "version": "7.5.0",
+ "version": "7.6.0",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
@@ -32,6 +32,6 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
- "@commitlint/utils": "^7.5.0"
+ "@commitlint/utils": "^7.6.0"
}
}