commitlint-config-cozy
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 0.11.0 (2024-10-30) | ||
### Features | ||
* Update deps for cozy-viewer ([b2e103a](https://github.com/cozy/cozy-libs/commit/b2e103a1280182881ae1133860c0a09650271920)) | ||
# 0.10.0 (2024-10-30) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "commitlint-config-cozy", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Shareable commitlint config enforcing the cozy commit convention", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"babel-jest": "26.6.3", | ||
"babel-preset-cozy-app": "^2.4.0", | ||
"babel-preset-cozy-app": "^2.5.0", | ||
"jest": "26.6.3" | ||
@@ -30,3 +30,3 @@ }, | ||
}, | ||
"gitHead": "b9937f0b5374a867281c8bdbd10aba5db8e9dc0e" | ||
"gitHead": "84e64cbf96c0274bc4490eb2e8ec87c410fc9a84" | ||
} |
19426