@anolilab/commitlint-config 4.0.4 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## @anolilab/commitlint-config [5.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@4.0.4...@anolilab/commitlint-config@5.0.0) (2023-09-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### ⚠ BREAKING CHANGES
|
|
5
|
+
|
|
6
|
+
* updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7
|
|
7
|
+
Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7 ([16bf1fc](https://github.com/anolilab/javascript-style-guide/commit/16bf1fc072e2f0646d41e389d6e8082a53e74596))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **@anolilab/semantic-release-preset:** upgraded to 8.0.0
|
|
18
|
+
|
|
1
19
|
## @anolilab/commitlint-config [4.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@4.0.3...@anolilab/commitlint-config@4.0.4) (2023-09-29)
|
|
2
20
|
|
|
3
21
|
|
|
@@ -57,7 +75,7 @@
|
|
|
57
75
|
|
|
58
76
|
### ⚠ BREAKING CHANGES
|
|
59
77
|
|
|
60
|
-
* update conventional-changelog-conventionalcommits to v7
|
|
78
|
+
* update conventional-changelog-conventionalcommits to v7 (was reverted)
|
|
61
79
|
Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
62
80
|
|
|
63
81
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/commitlint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Anolilab´s shareable coding standard config for commitlint.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"@commitlint/config-conventional": "^17.7.0",
|
|
58
58
|
"@commitlint/core": "^17.7.2",
|
|
59
59
|
"commitizen": "^4.3.0",
|
|
60
|
-
"conventional-changelog-conventionalcommits": "
|
|
60
|
+
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
61
61
|
"cz-conventional-changelog": "^3.3.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@anolilab/semantic-release-preset": "
|
|
64
|
+
"@anolilab/semantic-release-preset": "8.0.0",
|
|
65
65
|
"@commitlint/cli": "^17.7.2",
|
|
66
66
|
"rimraf": "^5.0.5",
|
|
67
67
|
"tsup": "^7.2.0",
|