@anolilab/semantic-release-clean-package-json 4.2.3-alpha.2 → 5.1.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 +6 -6
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
## @anolilab/semantic-release-clean-package-json [
|
|
1
|
+
## @anolilab/semantic-release-clean-package-json [5.1.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@5.0.0...@anolilab/semantic-release-clean-package-json@5.1.0) (2026-01-13)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Features
|
|
4
4
|
|
|
5
|
-
*
|
|
5
|
+
* update README and types to clarify devDependencies handling and release strategies ([e598b08](https://github.com/anolilab/semantic-release/commit/e598b0865da5e2cd80893e240513cc4689956a1e))
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Dependencies
|
|
9
9
|
|
|
10
|
-
* **@anolilab/semantic-release-pnpm:** upgraded to 4.
|
|
10
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 4.1.0
|
|
11
11
|
|
|
12
|
-
## @anolilab/semantic-release-clean-package-json [
|
|
12
|
+
## @anolilab/semantic-release-clean-package-json [5.0.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@4.2.2...@anolilab/semantic-release-clean-package-json@5.0.0) (2026-01-08)
|
|
13
13
|
|
|
14
14
|
### Bug Fixes
|
|
15
15
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
### Dependencies
|
|
20
20
|
|
|
21
|
-
* **@anolilab/semantic-release-pnpm:** upgraded to 4.0.0
|
|
21
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 4.0.0
|
|
22
22
|
|
|
23
23
|
## @anolilab/semantic-release-clean-package-json [4.2.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@4.2.1...@anolilab/semantic-release-clean-package-json@4.2.2) (2025-12-05)
|
|
24
24
|
|
package/README.md
CHANGED
|
@@ -277,7 +277,7 @@ The anolilab semantic-release-clean-package-json is open-sourced software licens
|
|
|
277
277
|
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
278
278
|
[prs-welcome]: https://github.com/anolilab/multi-semantic-release/blob/main/.github/CONTRIBUTING.md
|
|
279
279
|
[chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
|
|
280
|
-
[chat]: https://discord.gg/
|
|
280
|
+
[chat]: https://discord.gg/TtFJY8xkFK
|
|
281
281
|
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
282
282
|
[typescript-url]: https://www.typescriptlang.org/
|
|
283
283
|
[license-url]: LICENSE.md
|