Skip to content

Commit f4698d0

Browse files
committed
chore: bump version to 2.0.6
Updated package version and changelogs for 2.0.6 release with shadow npm spawn mechanism fixes and IPC handshake structure improvements.
1 parent 161d17b commit f4698d0

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [2.0.6](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.6) - 2025-10-31
8+
9+
### Fixed
10+
- Shadow npm spawn mechanism now properly uses spawnNode abstraction for SEA binary compatibility
11+
- IPC handshake structure for shadow npm processes with correct parent_pid and subprocess fields
12+
713
## [2.0.2](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.2) - 2025-10-30
814

915
### Fixed

packages/socket/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [2.0.6](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.6) - 2025-10-31
8+
9+
### Fixed
10+
- Shadow npm spawn mechanism now properly uses spawnNode abstraction for SEA binary compatibility
11+
- IPC handshake structure for shadow npm processes with correct parent_pid and subprocess fields
12+
713
## [2.0.5](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.5) - 2025-10-30
814

915
### Fixed

packages/socket/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": "2.0.5",
3+
"version": "2.0.6",
44
"description": "CLI for Socket.dev",
55
"private": true,
66
"homepage": "https://github.com/SocketDev/socket-cli",

0 commit comments

Comments
 (0)