fix: trigger patch release - #111
Open
SanthoshCharanBolt wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
SanthoshCharanBolt
enabled auto-merge (squash)
July 22, 2026 15:55
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.
Description
Dummy PR to cut a new patch release of the SDK. The
Release & Publishworkflow (.github/workflows/main-release.yml) runsrelease-itwith the conventional-changelog plugin on every push tomain; a version bump (and npm publish) only happens when there is a bumping conventional-commit since the last tag. Afix:title yields a patch bump, so on merge this bumps0.10.0 → 0.10.1and publishes.The only change is an HTML comment appended to
README.md; no functional/source code is touched.Testing
No functional changes. CI (lint, typecheck, test, build) covers the change.
Security Review
Important
A security review is required for every PR in this repository to comply with PCI requirements.
Security Impact Summary
No security impact. The change only appends an HTML comment to
README.mdand does not touch any payment, tokenization, authentication, telemetry, or data-handling code.Link to Devin session: https://app.devin.ai/sessions/c195b0702e2f405ba18f77d7d221a75c
Requested by: @SanthoshCharanBolt