@anolilab/semantic-release-clean-package-json 2.0.0-alpha.1 → 2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,18 +1,17 @@
1
- ## @anolilab/semantic-release-clean-package-json [2.0.0-alpha.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@1.0.0...@anolilab/semantic-release-clean-package-json@2.0.0-alpha.1) (2025-01-21)
1
+ ## @anolilab/semantic-release-clean-package-json [2.0.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@1.0.0...@anolilab/semantic-release-clean-package-json@2.0.0) (2025-01-22)
2
2
 
3
3
  ### ⚠ BREAKING CHANGES
4
4
 
5
- * **semantic-release-clean-package-json:** Changed plugin steps to `publish` and `success` from `prepare`
5
+ * **semantic-release-clean-package-json:** Changed plugin steps to publish and success from prepare
6
6
 
7
7
  ### Bug Fixes
8
8
 
9
- * **semantic-release-clean-package-json:** fixed adapted tests ([4509f17](https://github.com/anolilab/semantic-release/commit/4509f17e83e6cdca59987afed784dc100c5207e4))
10
- * **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))
9
+ * **semantic-release-clean-package-json:** reworked this plugin to use the `publish` and `success` functions, to have the correct state on git ([#112](https://github.com/anolilab/semantic-release/issues/112)) ([734d48a](https://github.com/anolilab/semantic-release/commit/734d48a6c5a386a7ceecef5e84d758eb63708fcc))
11
10
 
12
11
 
13
12
  ### Dependencies
14
13
 
15
- * **@anolilab/semantic-release-pnpm:** upgraded to 2.0.0-alpha.1
14
+ * **@anolilab/semantic-release-pnpm:** upgraded to 1.1.9
16
15
 
17
16
  ## @anolilab/semantic-release-clean-package-json 1.0.0 (2025-01-16)
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/semantic-release-clean-package-json",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0",
4
4
  "description": "Clean package.json before publish by removing unnecessary properties",
5
5
  "keywords": [
6
6
  "anolilab",