Skip to content

Release v3.5.0 (fix: land missing version bump)#59

Merged
atomantic merged 1 commit into
releasefrom
main
Jun 3, 2026
Merged

Release v3.5.0 (fix: land missing version bump)#59
atomantic merged 1 commit into
releasefrom
main

Conversation

@atomantic
Copy link
Copy Markdown
Owner

Recovers the v3.5.0 release. The original release commit (607a16e) silently dropped the package.json bump and changelog finalization (a nonexistent package-lock.json pathspec failed the staging command under 2>/dev/null), so the Release workflow read 3.4.3 and skipped publish. This PR lands the actual 3.5.0 bump + finalized changelog so the workflow publishes to npm and creates the GitHub release.

Full Diff: v3.4.3...v3.5.0

The release commit 607a16e captured only the NEXT.md->v3.5.0.md rename with
stale content: the package.json bump and the changelog header/date/diff-link
edits were left unstaged because the staging command included a nonexistent
package-lock.json pathspec, which failed the whole 'git add' silently. As a
result the Release workflow read version 3.4.3 and skipped publish. This lands
the actual 3.5.0 bump and finalized changelog.
@atomantic atomantic merged commit 2759a5e into release Jun 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant