commitlint-config-cozy
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 0.10.0 (2024-10-30) | ||
### Features | ||
* Download file on mobile viewer on press ([3c38062](https://github.com/cozy/cozy-libs/commit/3c38062e2c83d5b8f7d0065323c18d45b5ce9564)) | ||
# 0.9.0 (2024-10-25) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "commitlint-config-cozy", | ||
"version": "0.9.0", | ||
"version": "0.10.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.3.0", | ||
"babel-preset-cozy-app": "^2.4.0", | ||
"jest": "26.6.3" | ||
@@ -30,3 +30,3 @@ }, | ||
}, | ||
"gitHead": "30c23cd07bf3c50a8627fb291c62cc4007d0908a" | ||
"gitHead": "b9937f0b5374a867281c8bdbd10aba5db8e9dc0e" | ||
} |
19258