Skip to content

Commit 2b71d53

Browse files
authored
chore(release): 1.1.153 (#1477)
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.
1 parent 56e52e0 commit 2b71d53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## [Unreleased]
7+
## [1.1.153](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.153) - 2026-08-04
88

99
### Changed
1010
- Updated the Coana CLI to v `15.10.2`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket",
3-
"version": "1.1.153-prerelease",
3+
"version": "1.1.153",
44
"description": "CLI for Socket.dev",
55
"contentPolicy": {
66
"class": "dual-use"

0 commit comments

Comments
 (0)