You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: Minimum Node.js requirement raised from >=16.0.0
to >=18.0.0. Node 16 has been EOL since September 2023.
Users on Node 16 can pin to claude-conductor@1.3.x.
No API changes — the only breaking change is the engine requirement.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.0.0] - 2025-06-17
9
+
10
+
### Breaking Changes
11
+
- Minimum Node.js requirement raised from >=16.0.0 to >=18.0.0
12
+
- Node 16 has been end-of-life since September 2023
13
+
- Users on Node 16 should pin to `claude-conductor@1.3.x`
14
+
- No code changes required — the API is identical to 1.3.0
15
+
16
+
### Changed
17
+
- Updated `engines.node` field in package.json to `>=18.0.0`
18
+
- Updated supported versions in SECURITY.md and README
19
+
8
20
## [1.3.0] - 2025-06-17
9
21
10
22
### Security
@@ -20,9 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
32
- SECURITY.md with vulnerability reporting policy and supported versions
21
33
- Requirements section in README with Node.js version guidance
22
34
23
-
### Upcoming
24
-
-**v2.0.0** will raise the minimum Node.js requirement from >=16.0.0 to >=18.0.0. Node 16 has been EOL since September 2023. Users on Node 16 can remain on 1.3.x.
25
-
26
35
## [1.3.0-beta.1] - 2025-06-17
27
36
28
37
### Added
@@ -135,6 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135
144
- Critical error ledger
136
145
- Support for multiple package managers (npm, npx, yarn, pnpm, bun)
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,9 @@ Create a comprehensive, interconnected scaffolded documentation system that help
83
83
84
84
[⬆ Back to top](#table-of-contents)
85
85
86
-
-**Node.js** >= 16.0.0
86
+
-**Node.js** >= 18.0.0
87
87
88
-
> **Heads up:** Version 2.0.0 will require Node.js >= 18.0.0. Node 16 reached end-of-life in September 2023 and no longer receives security updates. We recommend upgrading to Node 18+ when possible. Users who need to stay on Node 16 can pin to `claude-conductor@1.3.x`.
88
+
> **Upgrading from 1.x?** Version 2.0.0 requires Node.js 18 or higher. Node 16 reached end-of-life in September 2023. If you need to stay on Node 16, pin to `claude-conductor@1.3.x`.
0 commit comments