Skip to content

chore(release): prepare 0.14.1#389

Merged
benvinegar merged 1 commit into
mainfrom
chore/release-0.14.1
Jun 1, 2026
Merged

chore(release): prepare 0.14.1#389
benvinegar merged 1 commit into
mainfrom
chore/release-0.14.1

Conversation

@benvinegar

Copy link
Copy Markdown
Member

Summary

  • Bump hunkdiff to 0.14.1.
  • Move the npm install fix into the 0.14.1 changelog section.
  • Reset the Unreleased section and update changelog compare links.

Verification

  • bun run typecheck
  • bun run ./scripts/check-release-version.ts v0.14.1

This PR description was generated by Pi using GPT-5.1

@greptile-apps

greptile-apps Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is a patch release preparation PR for hunkdiff v0.14.1, moving two entries (performance benchmarks and the @pierre/diffs npm pin fix) from the [Unreleased] section into a new [0.14.1] changelog block, bumping the package.json version, and updating the compare links at the bottom of the changelog.

  • CHANGELOG.md: New ## [0.14.1] - 2026-06-01 section added with the two entries; [Unreleased] is reset to empty ### Added / Changed / Fixed stubs; compare links updated to point [Unreleased] at v0.14.1...HEAD and add a new [0.14.1] link.
  • package.json: \"version\" field incremented from \"0.14.0\" to \"0.14.1\".

Confidence Score: 5/5

Routine release preparation — version bump and changelog reorganization only, no logic changes.

Both changed files are purely declarative. The version bump is consistent between package.json and the new changelog section, the moved entries are correct, and the compare links at the bottom of the changelog are properly updated to reflect the new tag.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Adds 0.14.1 release section, moves benchmarks and npm pin fix from Unreleased, resets Unreleased stubs, and updates compare links correctly.
package.json Version bumped from 0.14.0 to 0.14.1, no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["[Unreleased] (before)\n### Added\n- performance benchmarks\n### Fixed\n- npm pin fix"] -->|Release cut| B["[Unreleased] (after)\n### Added (empty)\n### Changed (empty)\n### Fixed (empty)"]
    A -->|Moved into| C["[0.14.1] - 2026-06-01\n### Added\n- performance benchmarks\n### Fixed\n- npm pin fix"]
    D["package.json: 0.14.0"] -->|Bumped to| E["package.json: 0.14.1"]
    F["Compare link: v0.14.0...HEAD"] -->|Updated to| G["Compare link: v0.14.1...HEAD\n+ new [0.14.1]: v0.14.0...v0.14.1"]
Loading

Reviews (1): Last reviewed commit: "chore(release): prepare 0.14.1" | Re-trigger Greptile

@benvinegar benvinegar merged commit a4bca55 into main Jun 1, 2026
8 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