@newhighsco/commitlint-config
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -0,1 +1,8 @@ | ||
## [1.0.11](https://github.com/newhighsco/commitlint-config/compare/v1.0.10...v1.0.11) (2021-05-12) | ||
### Bug Fixes | ||
* **deps:** update dependency @commitlint/cli to v12.1.3 ([#267](https://github.com/newhighsco/commitlint-config/issues/267)) ([5476a2e](https://github.com/newhighsco/commitlint-config/commit/5476a2e55ff981c6b4cf3c0aafae71780adb7746)) | ||
## [1.0.10](https://github.com/newhighsco/commitlint-config/compare/v1.0.9...v1.0.10) (2021-04-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@newhighsco/commitlint-config", | ||
"description": "New High Score shareable config for commitlint", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"author": "New High Score <hello@newhighsco.re>", | ||
@@ -25,15 +25,15 @@ "license": "ISC", | ||
"devDependencies": { | ||
"@commitlint/cli": "12.1.1", | ||
"@commitlint/cli": "12.1.3", | ||
"@newhighsco/editor-config": "1.1.1", | ||
"@newhighsco/eslint-config": "2.2.76", | ||
"@newhighsco/prettier-config": "2.0.8", | ||
"@newhighsco/release-config": "1.0.55", | ||
"eslint": "7.23.0", | ||
"husky": "5.2.0", | ||
"@newhighsco/eslint-config": "2.2.87", | ||
"@newhighsco/prettier-config": "2.0.9", | ||
"@newhighsco/release-config": "1.0.59", | ||
"eslint": "7.26.0", | ||
"husky": "6.0.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.2.1", | ||
"prettier": "2.3.0", | ||
"semantic-release": "17.4.2" | ||
}, | ||
"peerDependencies": { | ||
"@commitlint/cli": "12.1.1" | ||
"@commitlint/cli": "12.1.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "commitlint": { |
6878