@anolilab/semantic-release-pnpm 1.1.9 → 2.0.0-alpha.1
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 +12 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
|
-
## @anolilab/semantic-release-pnpm [
|
|
1
|
+
## @anolilab/semantic-release-pnpm [2.0.0-alpha.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.8...@anolilab/semantic-release-pnpm@2.0.0-alpha.1) (2025-01-21)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* **semantic-release-clean-package-json:** Changed plugin steps to `publish` and `success` from `prepare`
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **semantic-release-clean-package-json:** reworked this plugin to use the `publish` and `success` functions, to have the correct state on git ([f994900](https://github.com/anolilab/semantic-release/commit/f99490092532e82d4cdba3603cc89a920bd27733))
|
|
10
|
+
* **semantic-release-pnpm:** updated dev dependencies and @visulima/package to v3.4.5 ([967a0b4](https://github.com/anolilab/semantic-release/commit/967a0b4cd1f362bc60a4d8f301ca13f915b945ef))
|
|
11
|
+
|
|
12
|
+
## @anolilab/semantic-release-pnpm [1.1.9-alpha.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.8...@anolilab/semantic-release-pnpm@1.1.9-alpha.1) (2025-01-21)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|
|
4
15
|
|