@anolilab/commitlint-config 3.0.6 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## @anolilab/commitlint-config [4.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@3.0.6...@anolilab/commitlint-config@4.0.0) (2023-09-21)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * update conventional-changelog-conventionalcommits to v7
7
+ Signed-off-by: prisis <d.bannert@anolilab.de>
8
+
9
+ ### Features
10
+
11
+ * updated conventional-changelog-conventionalcommits to v7 ([3fd9b04](https://github.com/anolilab/javascript-style-guide/commit/3fd9b04d933ee8a017d1f309a64c42e1c3dc58eb))
12
+
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * update package versions and Node.js versions in actions ([ba1bd5f](https://github.com/anolilab/javascript-style-guide/commit/ba1bd5fbdb5a053b7b2929c189486399012d58bc))
17
+
18
+
19
+ ### Continuous Integration
20
+
21
+ * downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
22
+
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * **@anolilab/semantic-release-preset:** upgraded to 7.0.0
28
+
1
29
  ## @anolilab/commitlint-config [3.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@3.0.5...@anolilab/commitlint-config@3.0.6) (2023-09-14)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "3.0.6",
3
+ "version": "4.0.0",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -61,11 +61,11 @@
61
61
  "cz-conventional-changelog": "^3.3.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@anolilab/semantic-release-preset": "6.0.6",
64
+ "@anolilab/semantic-release-preset": "7.0.0",
65
65
  "@commitlint/cli": "^17.7.1",
66
66
  "rimraf": "^5.0.1",
67
67
  "tsup": "^7.2.0",
68
- "vitest": "^0.34.4"
68
+ "vitest": "^0.34.5"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@commitlint/cli": "^17.6.5"