Commit f2a1c65
committed
fix: add missing @changesets/changelog-github devDependency and CHANGELOG date
Two items from the PR 4a plan that were missed in the original commit:
1. @changesets/changelog-github was referenced in .changeset/config.json
but never declared in package.json devDependencies. The lockfile had
the specifier (from pnpm install), so CI's --frozen-lockfile saw a
mismatch and failed.
2. CHANGELOG.md v3.0.6 date was still "(Unreleased)" — v3.0.6 was
published to npm on August 25, 2025.1 parent 23ff3e9 commit f2a1c65
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments