@maggioli-rd/sr-codeowners-plugin 1.35.6 → 1.36.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 +14 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.36.1](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.36.0...v1.36.1) (2025-07-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency semantic-release from 24.2.6 to 24.2.7 ([d5a6ef6](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/d5a6ef6bd65d40ebe8f564032cc7020bf0f6b4f0))
7
+
8
+ # [1.36.0](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.35.6...v1.36.0) (2025-06-30)
9
+
10
+
11
+ ### Features
12
+
13
+ * removed semantic release types (deprecated). Switched to npm package manager ([c425879](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/c42587907de4684e0974bb70cc3d55f16d132802))
14
+
1
15
  ## [1.35.6](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.35.5...v1.35.6) (2025-06-30)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maggioli-rd/sr-codeowners-plugin",
3
- "version": "1.35.6",
3
+ "version": "1.36.1",
4
4
  "description": "Maggioli Semantic Release Plugin: Codeowners",
5
5
  "files": [
6
6
  "dist/*"
@@ -37,11 +37,10 @@
37
37
  "@semantic-release/git": "10.0.1",
38
38
  "@semantic-release/gitlab": "13.2.6",
39
39
  "@types/common-tags": "1.8.4",
40
- "@types/semantic-release": "20.0.6",
41
40
  "@types/semantic-release__error": "3.0.3",
42
41
  "@types/signale": "1.4.7",
43
42
  "@vitest/coverage-v8": "3.2.4",
44
- "semantic-release": "24.2.6",
43
+ "semantic-release": "24.2.7",
45
44
  "typescript": "5.8.3",
46
45
  "vitest": "3.2.4",
47
46
  "vitest-mock-extended": "3.1.0"