chore: release v0.4.14#594
Merged
Merged
Conversation
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — escalated (fast_low_confidence)
Summary
This PR is a standard version bump for miso-chat from 0.4.13 to 0.4.14, following the repository's prescribed release process. The diff shows only version string updates in package.json and package-lock.json — no actual dependency versions changed in this release PR.
Change-by-Change Findings
- package.json: Version updated from
0.4.13to0.4.14 - package-lock.json: Version updated from
0.4.13to0.4.14
Standards Compliance
- Release Process: Follows the manual CLI-driven workflow in
AGENTS.md— correct branch naming (chore/release-v0.4.14), correct commit message format (chore(release): bump version to <version>) - SemVer: Valid patch increment (0.4.13 → 0.4.14), no
vprefix on tags - Validation Gates: The PR body documents lint, test, and audit as validation steps
Linked Issue Fit
- N/A — No linked issues provided; this is a pure version-bump release
Must Check
-
check for breaking API changes in updated dependencies
- VERIFIED — Not Applicable: This release PR contains no dependency changes. The diff only updates the project version string. All dependency updates (e.g.,
better-sqlite3,multer,@capgo/capacitor-updater,pr-reviewer-action,google-services) were handled in separate merged PRs (PR 588, PR 589, PR 592, PR 593) prior to this release, each with its own CI validation.
- VERIFIED — Not Applicable: This release PR contains no dependency changes. The diff only updates the project version string. All dependency updates (e.g.,
-
run full test suite after upgrade
- VERIFIED — Passed: CI check results show
test: completed, successfor commitbf58624a1e80fb4327b437fd60512a15c885c962. The full test suite ran and passed.
- VERIFIED — Passed: CI check results show
CI Results (Authoritative)
All CI checks completed successfully:
merge: successtest: successbuild(ubuntu-24.04-arm, ubuntu-latest): successdockerfile-lint: successlint: successnpm-audit: success
Unknowns or Needs Verification
- None. The version bump is clean, all CI gates passed, and this PR correctly bundles the previously merged dependency changes into a release.
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.
Release v0.4.14
Bumps
package.jsonto0.4.14and matchespackage-lock.json.Highlights since v0.4.13
lib/auth-session.js(refactor: extract auth/session boundary into lib/auth-session.js #570)SESSION_COOKIE_DOMAINenv var for subdomain isolation (feat: add SESSION_COOKIE_DOMAIN env var for subdomain isolation #562)/ai-reviewcomment command for forced PR re-reviews (feat(pr-review): /ai-review comment command to force a re-review #580)labels.yaml(chore: manage Dispatch labels from labels.yaml #586)@capgo/capacitor-updater,google-services,better-sqlite3,multer,pr-reviewer-actionValidation (CI on this PR)