Conversation
Greptile SummaryThis is an automated release PR generated by Release Please, bumping the package version from Confidence Score: 5/5Safe to merge — automated release PR with no code logic changes. All three files are auto-generated by Release Please. Version strings are consistent across package.json and .release-please-manifest.json (both 2.3.0). The CHANGELOG is correctly formatted. No code changes are introduced. No files require special attention.
|
| Filename | Overview |
|---|---|
| package.json | Version bumped from 2.2.0 to 2.3.0; no dependency version changes introduced by this PR itself. |
| .release-please-manifest.json | Manifest version updated to "2.3.0", consistent with package.json. |
| CHANGELOG.md | 2.3.0 release section prepended with features, bug fixes, and performance improvements accumulated since v2.2.0. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Feature PRs merged to master] --> B[Release Please GitHub Action]
B --> C{Conventional commits analysed}
C --> D[Bump version: 2.2.0 → 2.3.0]
D --> E[Update .release-please-manifest.json]
D --> F[Update package.json version]
D --> G[Prepend CHANGELOG.md entry]
E & F & G --> H[Release PR #116 opened]
H --> I{Merge}
I --> J[Tag v2.3.0 created]
J --> K[npm publish triggered]
Reviews (1): Last reviewed commit: "chore(master): release 2.3.0" | Re-trigger Greptile
🤖 I have created a release beep boop
2.3.0 (2026-04-18)
Features
Bug Fixes
Performance Improvements
This PR was generated with Release Please. See documentation.