fork-version 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Fork Version
2
2
 
3
+ ## [3.0.0](https://github.com/eglavin/fork-version/compare/v2.0.3...v3.0.0) (2025-10-01)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * bump minimum node version to 20
9
+
10
+ ### Chore
11
+
12
+ * bump minimum node version to 20 ([0df3e97](https://github.com/eglavin/fork-version/commit/0df3e9716609b389f9eccc7cf4f5c5529416d344))
13
+
14
+
15
+ ### Docs
16
+
17
+ * update supported versions ([1f9e1ea](https://github.com/eglavin/fork-version/commit/1f9e1ea08b1d049a6e2fa8ab55179072c471c72b))
18
+
19
+
20
+ ## [2.0.3](https://github.com/eglavin/fork-version/compare/v2.0.2...v2.0.3) (2025-10-01)
21
+
22
+
3
23
  ## 2.0.2 (2025-09-30)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fork-version",
3
- "version": "2.0.2",
3
+ "version": "3.0.0",
4
4
  "license": "MIT",
5
5
  "description": "Fork-Version automates version control tasks such as determining, updating, and committing versions, files, and changelogs, simplifying the process when adhering to the conventional commit standard.",
6
6
  "keywords": [
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
32
32
  "engines": {
33
- "node": ">=18.0.0",
33
+ "node": ">=20.0.0",
34
34
  "pnpm": ">=10.0.0"
35
35
  },
36
36
  "private": false,
@@ -92,10 +92,10 @@
92
92
  "conventional-changelog-config-spec": "2.1.0",
93
93
  "conventional-changelog-conventionalcommits": "7.0.2",
94
94
  "esbuild": "0.25.10",
95
- "glob": "10.3.12",
95
+ "glob": "11.0.3",
96
96
  "joycon": "3.1.1",
97
97
  "jsonc-parser": "3.3.1",
98
- "meow": "13.2.0",
98
+ "meow": "14.0.0",
99
99
  "semver": "7.7.2",
100
100
  "yaml": "2.8.1",
101
101
  "zod": "4.1.11"