Skip to content

chore: sync package-lock.json and CHANGELOG.md with v0.3.24 release#512

Merged
maloyan merged 1 commit into
mainfrom
fix/sync-lockfile-changelog-0.3.24
Jul 16, 2026
Merged

chore: sync package-lock.json and CHANGELOG.md with v0.3.24 release#512
maloyan merged 1 commit into
mainfrom
fix/sync-lockfile-changelog-0.3.24

Conversation

@maloyan

@maloyan maloyan commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Summary

PR #511 bumped the version by editing only package.json. The v0.3.24 tag, GitHub release, and npm publish all went out correctly via the Release workflow, but two files were left behind at 0.3.23:

  • package-lock.json — both root version fields (top-level and packages[""]) still said 0.3.23
  • CHANGELOG.md — no 0.3.24 entry (previous releases via npm run release / standard-version updated all three files together)

Changes

  • Bump the two lockfile version fields to 0.3.24 (surgical edit; no dependency churn)
  • Add a standard-version-style 0.3.24 changelog entry covering the commits between v0.3.23 and v0.3.24

🤖 Generated with Claude Code

PR #511 bumped only package.json, so the lockfile version fields and
the changelog were left at 0.3.23 while the tag, GitHub release, and
npm publish went out as 0.3.24.
@maloyan
maloyan merged commit 7a9970d into main Jul 16, 2026
8 checks passed
@maloyan
maloyan deleted the fix/sync-lockfile-changelog-0.3.24 branch July 16, 2026 07:41
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