@anolilab/semantic-release-preset 13.4.21 → 13.4.23
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/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## @anolilab/semantic-release-preset [13.4.23](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@13.4.22...@anolilab/semantic-release-preset@13.4.23) (2026-09-08)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* point every Discord link at the anolilab server ([8cee2ca](https://github.com/anolilab/semantic-release/commit/8cee2ca80ba2b7bac1af7a1ead62441492afa001))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@anolilab/semantic-release-clean-package-json:** upgraded to 5.5.19
|
|
11
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 8.1.22
|
|
12
|
+
|
|
13
|
+
## @anolilab/semantic-release-preset [13.4.22](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@13.4.21...@anolilab/semantic-release-preset@13.4.22) (2026-08-20)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 8.1.21
|
|
19
|
+
|
|
1
20
|
## @anolilab/semantic-release-preset [13.4.21](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@13.4.20...@anolilab/semantic-release-preset@13.4.21) (2026-08-20)
|
|
2
21
|
|
|
3
22
|
|
package/README.md
CHANGED
|
@@ -622,7 +622,7 @@ The anolilab semantic-release-preset is open-sourced software licensed under the
|
|
|
622
622
|
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
623
623
|
[prs-welcome]: https://github.com/anolilab/multi-semantic-release/blob/main/.github/CONTRIBUTING.md
|
|
624
624
|
[chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
|
|
625
|
-
[chat]: https://discord.gg/
|
|
625
|
+
[chat]: https://discord.gg/eajEZvk2PG
|
|
626
626
|
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
627
627
|
[typescript-url]: https://www.typescriptlang.org/
|
|
628
628
|
[license-url]: LICENSE.md
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-preset",
|
|
3
|
-
"version": "13.4.
|
|
3
|
+
"version": "13.4.23",
|
|
4
4
|
"description": "Semantic-release predefined presets.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"config"
|
|
86
86
|
],
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@anolilab/semantic-release-clean-package-json": "5.5.
|
|
88
|
+
"@anolilab/semantic-release-clean-package-json": "5.5.19",
|
|
89
89
|
"@semantic-release/changelog": "^7.0.0",
|
|
90
90
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
91
91
|
"@semantic-release/exec": "^7.1.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"conventional-changelog-conventionalcommits": "9.3.1"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
|
-
"@anolilab/semantic-release-pnpm": "8.1.
|
|
98
|
+
"@anolilab/semantic-release-pnpm": "8.1.22",
|
|
99
99
|
"@semantic-release/npm": "13.1.5",
|
|
100
100
|
"semantic-release": "25.0.9",
|
|
101
101
|
"semantic-release-yarn": "^3.0.2"
|