@anolilab/semantic-release-pnpm 4.0.0-alpha.2 → 4.0.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 +2 -13
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
## @anolilab/semantic-release-pnpm [4.0.0
|
|
2
|
-
|
|
3
|
-
### Bug Fixes
|
|
4
|
-
|
|
5
|
-
* fixed discord link ([af624ef](https://github.com/anolilab/semantic-release/commit/af624ef616ebd84b84932f8f1bf5c978b7a8349d))
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Dependencies
|
|
9
|
-
|
|
10
|
-
* **@anolilab/rc:** upgraded to 3.2.1-alpha.2
|
|
11
|
-
|
|
12
|
-
## @anolilab/semantic-release-pnpm [4.0.0-alpha.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@3.2.2...@anolilab/semantic-release-pnpm@4.0.0-alpha.1) (2025-12-09)
|
|
1
|
+
## @anolilab/semantic-release-pnpm [4.0.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@3.2.2...@anolilab/semantic-release-pnpm@4.0.0) (2026-01-08)
|
|
13
2
|
|
|
14
3
|
### Bug Fixes
|
|
15
4
|
|
|
@@ -18,7 +7,7 @@
|
|
|
18
7
|
|
|
19
8
|
### Dependencies
|
|
20
9
|
|
|
21
|
-
* **@anolilab/rc:** upgraded to
|
|
10
|
+
* **@anolilab/rc:** upgraded to 4.0.0
|
|
22
11
|
|
|
23
12
|
## @anolilab/semantic-release-pnpm [3.2.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@3.2.1...@anolilab/semantic-release-pnpm@3.2.2) (2025-12-05)
|
|
24
13
|
|
package/README.md
CHANGED
|
@@ -292,7 +292,7 @@ The anolilab semantic-release-pnpm is open-sourced software licensed under the [
|
|
|
292
292
|
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
293
293
|
[prs-welcome]: https://github.com/anolilab/multi-semantic-release/blob/main/.github/CONTRIBUTING.md
|
|
294
294
|
[chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
|
|
295
|
-
[chat]: https://discord.gg/
|
|
295
|
+
[chat]: https://discord.gg/TtFJY8xkFK
|
|
296
296
|
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
297
297
|
[typescript-url]: https://www.typescriptlang.org/
|
|
298
298
|
[license-url]: LICENSE.md
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-pnpm",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Semantic-release plugin to publish a npm package with pnpm.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
],
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@actions/core": "^2.0.0",
|
|
64
|
-
"@anolilab/rc": "
|
|
64
|
+
"@anolilab/rc": "4.0.0",
|
|
65
65
|
"@semantic-release/error": "^4.0.0",
|
|
66
66
|
"@visulima/fs": "^4.1.0",
|
|
67
67
|
"@visulima/package": "^4.1.7",
|