Open
Conversation
Greptile SummaryThis is an automated release PR generated by Release Please, bumping the package version from
All three changes are consistent and correct. No logic or configuration changes are introduced by this PR. Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Version bumped from "1.8.2" to "1.8.3" — standard Release Please manifest update, no issues. |
| CHANGELOG.md | New 1.8.3 changelog entry added referencing the MCP request routing bug fix in PR #65; correctly formatted and prepended to the existing log. |
| package.json | Package version field bumped from "1.8.2" to "1.8.3" to match the new release — no other changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR #65 merged\nroute MCP requests per project root] --> B[Release Please bot\ndetects fix commit]
B --> C[Creates Release PR #66]
C --> D1[.release-please-manifest.json\n1.8.2 → 1.8.3]
C --> D2[package.json\nversion 1.8.2 → 1.8.3]
C --> D3[CHANGELOG.md\nNew 1.8.3 section added]
D1 & D2 & D3 --> E[Merge PR #66\npublish v1.8.3]
Last reviewed commit: 22573f4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.8.3 (2026-03-07)
Bug Fixes
This PR was generated with Release Please. See documentation.