@maggioli-rd/sr-codeowners-plugin 1.13.0 → 1.15.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 +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [1.15.0](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.14.0...v1.15.0) (2024-05-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency eslint-plugin-n from 16.6.2 to 17.7.0 ([e82d2e2](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/e82d2e279f4db498e5afea245d165c05d6670640))
|
|
7
|
+
|
|
8
|
+
# [1.14.0](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.13.0...v1.14.0) (2024-04-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* removed merge request workflow ([bffd11d](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/bffd11dc4afcce108c699bd511cb2ec3a3989d17))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **deps:** update dependency @semantic-release/commit-analyzer from 11.1.0 to 12.0.0 ([7ff0088](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/7ff008846cc557ab1e7404500f9e2736db023dfe))
|
|
19
|
+
|
|
1
20
|
# [1.13.0](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.12.7...v1.13.0) (2024-04-12)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-rd/sr-codeowners-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "Maggioli Semantic Release Plugin: Codeowners",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@semantic-release/changelog": "6.0.3",
|
|
35
|
-
"@semantic-release/commit-analyzer": "
|
|
35
|
+
"@semantic-release/commit-analyzer": "12.0.0",
|
|
36
36
|
"@semantic-release/exec": "6.0.3",
|
|
37
37
|
"@semantic-release/git": "10.0.1",
|
|
38
38
|
"@semantic-release/gitlab": "13.0.3",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"eslint-config-semistandard": "17.0.0",
|
|
49
49
|
"eslint-config-standard": "17.1.0",
|
|
50
50
|
"eslint-plugin-import": "2.29.1",
|
|
51
|
-
"eslint-plugin-n": "
|
|
51
|
+
"eslint-plugin-n": "17.7.0",
|
|
52
52
|
"eslint-plugin-promise": "6.1.1",
|
|
53
53
|
"semantic-release": "23.0.8",
|
|
54
54
|
"typescript": "5.4.5",
|