@anolilab/commitlint-config 3.0.0 → 3.0.1

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @anolilab/commitlint-config [3.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@3.0.0...@anolilab/commitlint-config@3.0.1) (2023-07-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update commitlint dependencies to latest version ([f9874a5](https://github.com/anolilab/javascript-style-guide/commit/f9874a59b7bfc2a7f21235ef37fbf61bd5d862b3))
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** update devdependencies ([a1724b8](https://github.com/anolilab/javascript-style-guide/commit/a1724b836e1720de713d1d5771db5aca750f7f5f))
12
+
1
13
  ## @anolilab/commitlint-config [3.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@2.0.1...@anolilab/commitlint-config@3.0.0) (2023-07-18)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -53,15 +53,15 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@anolilab/package-json-utils": "3.0.1",
56
- "@commitlint/config-conventional": "^17.6.6",
57
- "@commitlint/core": "^17.6.6",
56
+ "@commitlint/config-conventional": "^17.6.7",
57
+ "@commitlint/core": "^17.6.7",
58
58
  "commitizen": "^4.3.0",
59
59
  "conventional-changelog-conventionalcommits": "^6.1.0",
60
60
  "cz-conventional-changelog": "^3.3.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@anolilab/semantic-release-preset": "6.0.1",
64
- "@commitlint/cli": "^17.6.6",
64
+ "@commitlint/cli": "^17.6.7",
65
65
  "rimraf": "^5.0.1",
66
66
  "tsup": "^7.1.0",
67
67
  "vitest": "^0.33.0"