@anolilab/semantic-release-clean-package-json 2.0.2 → 3.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 +27 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## @anolilab/semantic-release-clean-package-json [3.0.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@2.0.3...@anolilab/semantic-release-clean-package-json@3.0.0) (2025-06-17)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* Changed supported Node version to >=20.8.1
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* update Node.js version across configurations and package files ([186dc8c](https://github.com/anolilab/semantic-release/commit/186dc8c409881b8be619735cdc14a0c25f794ffc))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 2.0.0
|
|
15
|
+
|
|
16
|
+
## @anolilab/semantic-release-clean-package-json [2.0.3](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@2.0.2...@anolilab/semantic-release-clean-package-json@2.0.3) (2025-06-05)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* all packages now allow node 24, update all dependencies ([dfc2518](https://github.com/anolilab/semantic-release/commit/dfc2518344702271582f6d60c44778aefc66ce14))
|
|
21
|
+
* **deps:** update patch updates ([#154](https://github.com/anolilab/semantic-release/issues/154)) ([26462d4](https://github.com/anolilab/semantic-release/commit/26462d456c3e1d471c360e97c38b5f0668e984fe))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 1.1.12
|
|
27
|
+
|
|
1
28
|
## @anolilab/semantic-release-clean-package-json [2.0.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-clean-package-json@2.0.1...@anolilab/semantic-release-clean-package-json@2.0.2) (2025-05-07)
|
|
2
29
|
|
|
3
30
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-clean-package-json",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Clean package.json before publish by removing unnecessary properties",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@semantic-release/error": "^4.0.0",
|
|
48
|
-
"@visulima/fs": "^3.1.
|
|
49
|
-
"@visulima/path": "^1.
|
|
48
|
+
"@visulima/fs": "^3.1.5",
|
|
49
|
+
"@visulima/path": "^1.4.0"
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|
|
52
|
-
"node": ">=
|
|
52
|
+
"node": ">=20.8.1"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public",
|