commitlint-config-cozy
Advanced tools
Comparing version 0.8.3 to 0.9.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 0.9.0 (2024-10-25) | ||
### Features | ||
* **Viewer:** Replace Encrypted provider by cozy-ui one ([aa81d02](https://github.com/cozy/cozy-libs/commit/aa81d02f0a70de8044f704cbd895b1d54c9f38b8)) | ||
## 0.8.3 (2024-10-23) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "commitlint-config-cozy", | ||
"version": "0.8.3", | ||
"version": "0.9.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.2.2", | ||
"babel-preset-cozy-app": "^2.3.0", | ||
"jest": "26.6.3" | ||
@@ -30,3 +30,3 @@ }, | ||
}, | ||
"gitHead": "1d7cc93f1c89ad2d02caffe8190ef1af57a8bb70" | ||
"gitHead": "30c23cd07bf3c50a8627fb291c62cc4007d0908a" | ||
} |
19077