Conversation
Greptile SummaryThis is a release PR for v4.1.0 of
Confidence Score: 5/5Safe to merge — purely a version bump and changelog update with no logic changes. The only changes are a version string update across three files and a new changelog block. No code paths, dependencies, or configurations are altered. No files require special attention. Important Files Changed
Reviews (5): Last reviewed commit: "chore: release v4.1.0" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the project version to 4.1.0 in package.json and package-lock.json, and populates the CHANGELOG.md with a detailed list of changes. The updates include new features like the wings_enabled input, several CI bug fixes, and miscellaneous tasks such as the migration from ncc to rollup and package manager changes. I have no feedback to provide as there were no review comments to evaluate.
58a938b to
8687603
Compare
4.1.0 - 2026-05-31
🚀 Features
🐛 Bug Fixes
⚙️ Miscellaneous Tasks
Note
Low Risk
Release metadata only (version strings and changelog); no action runtime code changes in this PR diff.
Overview
This PR cuts release v4.1.0 by bumping the package version from
4.0.1to4.1.0inpackage.jsonandpackage-lock.json, and prepending a 4.1.0 section toCHANGELOG.md(compare linkv4.0.1..v4.1.0, dated 2026-05-31).The changelog entry documents what ships in this tag—not new edits in this diff—including
wings_enabled/ mise-wings cache, lockfile-driven install whenmise.lockexists, cache-key and Windows shim fixes, and assorted CI/build changes (rollup ESM, aube, workflows).Reviewed by Cursor Bugbot for commit 11fe519. Bugbot is set up for automated code reviews on this repo. Configure here.