semantic-release-config-kuzzle 1.1.0 → 1.1.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 +5 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.1.1](https://github.com/kuzzleio/semantic-release-config-kuzzle/compare/v1.1.0...v1.1.1) (2025-01-15)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **npm:** add peer dependency on semantic-release ([3b26fcb](https://github.com/kuzzleio/semantic-release-config-kuzzle/commit/3b26fcbc356f86d6505d8a107c175c0d99780746))
6
+
7
+ ## [1.1.1-develop.1](https://github.com/kuzzleio/semantic-release-config-kuzzle/compare/v1.1.0...v1.1.1-develop.1) (2025-01-15)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **npm:** add peer dependency on semantic-release ([3b26fcb](https://github.com/kuzzleio/semantic-release-config-kuzzle/commit/3b26fcbc356f86d6505d8a107c175c0d99780746))
12
+
1
13
  ## [1.1.0](https://github.com/kuzzleio/semantic-release-config-kuzzle/compare/v1.0.0...v1.1.0) (2025-01-14)
2
14
 
3
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semantic-release-config-kuzzle",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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",
@@ -38,9 +38,12 @@
38
38
  "eslint-plugin-kuzzle": "^1.0.0-eslint-9.6",
39
39
  "husky": "^9.1.7",
40
40
  "rimraf": "^6.0.1",
41
- "semantic-release": "^24.2.1",
41
+ "semantic-release": "*",
42
42
  "typescript": "^5.7.3"
43
43
  },
44
+ "peerDependencies": {
45
+ "semantic-release": "^24.2.1"
46
+ },
44
47
  "files": [
45
48
  "CHANGELOG.md",
46
49
  "dist/index.js",