@txo/commitlint 1.0.13 → 1.0.15

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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.0.15](https://github.com/technology-studio/commitlint/compare/v1.0.14...v1.0.15) (2024-05-03)
2
+
3
+
4
+ ### Bug fixes
5
+
6
+ * **deps:** update commitlint monorepo to v19 (major) ([#31](https://github.com/technology-studio/commitlint/issues/31)) ([ee9b0ef](https://github.com/technology-studio/commitlint/commit/ee9b0efdb2db1a5580176a7b7ad42790d9ed6800))
7
+
8
+ ## [1.0.14](https://github.com/technology-studio/commitlint/compare/v1.0.13...v1.0.14) (2024-03-11)
9
+
10
+
11
+ ### Bug fixes
12
+
13
+ * **deps:** update dependency @commitlint/config-conventional to ^18.6.3 ([876797f](https://github.com/technology-studio/commitlint/commit/876797fbaae92c9364fb59503c74f376e0bf2f64))
14
+
1
15
  ## [1.0.13](https://github.com/technology-studio/commitlint/compare/v1.0.12...v1.0.13) (2024-02-14)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txo/commitlint",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Technology Studio - Commitlint",
5
5
  "main": "src/index.js",
6
6
  "repository": {
@@ -16,7 +16,7 @@
16
16
  "private": false,
17
17
  "scripts": {
18
18
  "noop": ":",
19
- "prepare": "husky install",
19
+ "prepare": "husky",
20
20
  "semantic-release": "semantic-release",
21
21
  "test": "yarn noop"
22
22
  },
@@ -27,12 +27,12 @@
27
27
  "node": ">=18.0.0"
28
28
  },
29
29
  "dependencies": {
30
- "@commitlint/cli": "^18.6.1",
31
- "@commitlint/config-conventional": "^18.6.2",
30
+ "@commitlint/cli": "^19.3.0",
31
+ "@commitlint/config-conventional": "^19.2.2",
32
32
  "commitizen": "^4.3.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@txo/semantic-release": "^1.0.8",
36
- "husky": "^8.0.3"
35
+ "@txo/semantic-release": "^2.0.8",
36
+ "husky": "^9.0.11"
37
37
  }
38
38
  }