chore(release): 1.1.150 - #1455
Open
Jeppe Fredsgaard Blaabjerg (jfblaa) wants to merge 1 commit into
Open
Conversation
Strips the committed 1.1.150-prerelease hint and promotes the CHANGELOG's Unreleased section under the released heading, readying the tree for the npm-publish dispatch.
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.
Summary
1.1.150-prereleaseversion hint sopackage.jsoncarries a bare, releasable version.[Unreleased]section to## [1.1.150] - 2026-07-31.Release steps
v1.x.npm-publish.ymlwithdry-run: falseagainst thev1.xtip (pick a non-latestdist-tag, e.g.nextorbackport—latestis guarded tomainonly).package.jsonto1.1.151-prereleaseand adding a fresh empty[Unreleased]section.Test plan
pnpm checkpassesv1.xtip carries a bare version before dispatching the publish workflowNote
Low Risk
Only version and changelog edits; no source or dependency changes in this PR.
Overview
Release 1.1.150 — metadata-only changes to ship the version already documented under
[Unreleased].package.jsonversion moves from1.1.150-prereleaseto1.1.150so npm publish can target a stable release. The changelog[Unreleased]section is renamed to[1.1.150]with date 2026-07-31 and a release tag link; the listed Changed and Fixed bullets are unchanged (Coana 15.9.9,socket scan viewcached results,socket fixvulnerability discovery and error handling, sbt/Scala reachability).No runtime or CLI behavior changes in this diff—follow-up after merge is bumping to
1.1.151-prereleaseand restoring an empty[Unreleased]section.Reviewed by Cursor Bugbot for commit 2f8cd6e. Configure here.