@pplancq/commitlint-config 2.2.1 → 2.2.3

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
+ ## @pplancq/commitlint-config [2.2.3](https://github.com/pplancq/dev-tools/compare/@pplancq/commitlint-config@2.2.2...@pplancq/commitlint-config@2.2.3) (2025-05-13)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update commitlint monorepo to ^19.8.1 ([09899fd](https://github.com/pplancq/dev-tools/commit/09899fd522648d5b73809e60dee9af4cf746096d))
6
+
7
+ ## @pplancq/commitlint-config [2.2.2](https://github.com/pplancq/dev-tools/compare/@pplancq/commitlint-config@2.2.1...@pplancq/commitlint-config@2.2.2) (2025-03-10)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update commitlint monorepo to ^19.8.0 ([6416809](https://github.com/pplancq/dev-tools/commit/64168092add95424270118b244af178340a86a25))
12
+
1
13
  ## @pplancq/commitlint-config [2.2.1](https://github.com/pplancq/dev-tools/compare/@pplancq/commitlint-config@2.2.0...@pplancq/commitlint-config@2.2.1) (2025-02-10)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@pplancq/commitlint-config",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "license": "MIT",
5
5
  "description": "pplancq commitlint config",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/pplancq/dev-tools",
9
+ "url": "git+https://github.com/pplancq/dev-tools.git",
10
10
  "directory": "packages/commitlint-config"
11
11
  },
12
12
  "bugs": {
@@ -14,14 +14,14 @@
14
14
  },
15
15
  "main": "index.js",
16
16
  "bin": {
17
- "init-commitlint-config": "./bin/init.js"
17
+ "init-commitlint-config": "bin/init.js"
18
18
  },
19
19
  "keywords": [
20
20
  "commitlint",
21
21
  "config"
22
22
  ],
23
23
  "dependencies": {
24
- "@commitlint/config-conventional": "^19.7.1"
24
+ "@commitlint/config-conventional": "^19.8.1"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@commitlint/cli": "^19.0.3"