chore(release): 1.1.153 - #1477
Merged
Merged
Conversation
Strips the -prerelease suffix from package.json and promotes the CHANGELOG's [Unreleased] section to a dated 1.1.153 heading, so the npm-publish workflow can be dispatched for this version.
Martin Torp (mtorp)
requested a review
from Jeppe Fredsgaard Blaabjerg (jfblaa)
August 4, 2026 15:53
Martin Torp (mtorp)
enabled auto-merge (squash)
August 4, 2026 15:54
Jeppe Fredsgaard Blaabjerg (jfblaa)
approved these changes
Aug 5, 2026
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
Release bump commit for 1.1.153, per the v1.x release guide.
package.json:1.1.153-prerelease→1.1.153(strips the hint suffix so a real run isn't refused by the prerelease guard).CHANGELOG.md: promotes## [Unreleased]to## [1.1.153](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.153) - 2026-08-04.No source changes. The only user-facing content in this release is the Coana CLI bump to
15.10.2(#1473).Version check
1.1.153is unused: the highest published1.1.xonsocket,@socketsecurity/cli, and@socketsecurity/cli-with-sentryis1.1.152, and nov1.1.153git tag or release exists — so nothing is burned.After this lands
gh workflow run npm-publish.yml --repo SocketDev/socket-cli --ref v1.x -f dist-tag=latest -f dry-run=true-f dry-run=false(human action).pnpm stage approve <stage-id>with 2FA.1.1.154-prereleasewith an empty## [Unreleased]section.Note
Low Risk
Version and changelog metadata only; no runtime or CLI logic changes in the diff.
Overview
Release-only bump for 1.1.153: no application source changes in this PR.
package.jsonmoves from1.1.153-prereleaseto1.1.153, dropping the prerelease hint so npm publish’s guard accepts a real release version.CHANGELOG.mdpromotes## [Unreleased]to## [1.1.153]dated 2026-08-04; the listed change is the Coana CLI update to15.10.2(from prior unreleased work).Reviewed by Cursor Bugbot for commit 6f23c1b. Configure here.