semantic-release-config-kuzzle 1.1.2-develop.1 → 1.3.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 +20 -0
  2. package/package.json +16 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [1.3.0](https://github.com/kuzzleio/semantic-release-config-kuzzle/compare/v1.2.0...v1.3.0) (2025-12-15)
2
+
3
+ ### Features
4
+
5
+ * bump deps ([e76d9ed](https://github.com/kuzzleio/semantic-release-config-kuzzle/commit/e76d9ed57b91aa619a61f147737b9ec011aa0293))
6
+
7
+ ## [1.2.0](https://github.com/kuzzleio/semantic-release-config-kuzzle/compare/v1.1.2...v1.2.0) (2025-12-15)
8
+
9
+ ### Features
10
+
11
+ * bump deps ([07037d6](https://github.com/kuzzleio/semantic-release-config-kuzzle/commit/07037d6703f7270aab4c05a184b5b1c5aef4803d))
12
+ * deps bumping ([5a25448](https://github.com/kuzzleio/semantic-release-config-kuzzle/commit/5a2544848468366ebed457dea2ef9e0ca27bdeca))
13
+
14
+ ## [1.1.2](https://github.com/kuzzleio/semantic-release-config-kuzzle/compare/v1.1.1...v1.1.2) (2025-01-22)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** downgrade semantic-release and conventional-changelog-conventionalcommits ([f926a13](https://github.com/kuzzleio/semantic-release-config-kuzzle/commit/f926a134dd3834bb54f396833eb8c99e5ab9f43d))
20
+
1
21
  ## [1.1.2-develop.1](https://github.com/kuzzleio/semantic-release-config-kuzzle/compare/v1.1.1...v1.1.2-develop.1) (2025-01-22)
2
22
 
3
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semantic-release-config-kuzzle",
3
- "version": "1.1.2-develop.1",
3
+ "version": "1.3.0",
4
4
  "description": "The semantic-release shareable config we use for Kuzzle projects.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,26 +23,25 @@
23
23
  },
24
24
  "homepage": "https://github.com/kuzzleio/semantic-release-config-kuzzle#readme",
25
25
  "dependencies": {
26
- "@semantic-release/changelog": "^6.0.3",
27
- "@semantic-release/git": "^10.0.1",
28
- "conventional-changelog-conventionalcommits": "^7.0.2",
29
- "semantic-release-slack-bot": "^4.0.2"
26
+ "@semantic-release/changelog": "6.0.3",
27
+ "@semantic-release/git": "10.0.1",
28
+ "conventional-changelog-conventionalcommits": "9.1.0",
29
+ "semantic-release-slack-bot": "4.0.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@commitlint/cli": "^19.6.1",
33
- "@commitlint/config-conventional": "^19.6.0",
34
- "@types/node": "^22.10.6",
35
- "@types/semantic-release": "^20.0.6",
36
- "cz-conventional-changelog": "^3.3.0",
37
- "eslint": "^9.18.0",
38
- "eslint-plugin-kuzzle": "^1.0.0-eslint-9.6",
39
- "husky": "^9.1.7",
40
- "rimraf": "^6.0.1",
41
- "semantic-release": "^23.1.1",
42
- "typescript": "^5.7.3"
32
+ "@commitlint/cli": "20.2.0",
33
+ "@commitlint/config-conventional": "20.2.0",
34
+ "@types/node": "25.0.2",
35
+ "@types/semantic-release": "21.1.0",
36
+ "cz-conventional-changelog": "3.3.0",
37
+ "eslint-plugin-kuzzle": "0.0.15",
38
+ "husky": "9.1.7",
39
+ "rimraf": "6.1.2",
40
+ "semantic-release": "25.0.2",
41
+ "typescript": "5.4.*"
43
42
  },
44
43
  "peerDependencies": {
45
- "semantic-release": "^23.1.1"
44
+ "semantic-release": ">=23.1.1"
46
45
  },
47
46
  "files": [
48
47
  "CHANGELOG.md",