@maggioli-rd/sr-codeowners-plugin 1.37.7 → 1.38.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.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.38.0](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.37.8...v1.38.0) (2026-01-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency semantic-release from 24.2.9 to 25.0.2 ([201e542](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/201e542b2c7544c0a91d02416c7fb1217f7c6b18))
|
|
7
|
+
|
|
8
|
+
## [1.37.8](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.37.7...v1.37.8) (2026-01-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **ci:** bump node 24 lts ([a107dc4](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/a107dc4e24c391408fc100ac91dc6f0de2ab59a7))
|
|
14
|
+
|
|
1
15
|
## [1.37.7](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.37.6...v1.37.7) (2025-12-01)
|
|
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.
|
|
3
|
+
"version": "1.38.0",
|
|
4
4
|
"description": "Maggioli Semantic Release Plugin: Codeowners",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@types/semantic-release__error": "3.0.3",
|
|
41
41
|
"@types/signale": "1.4.7",
|
|
42
42
|
"@vitest/coverage-v8": "3.2.4",
|
|
43
|
-
"semantic-release": "
|
|
43
|
+
"semantic-release": "25.0.2",
|
|
44
44
|
"typescript": "5.9.3",
|
|
45
45
|
"vitest": "3.2.4",
|
|
46
46
|
"vitest-mock-extended": "3.1.0"
|