Skip to content

Commit af51da6

Browse files
committed
chore(release): bump socket package to v2.0.8
Updated CHANGELOG.md with v2.0.8 release notes documenting binary name resolution fixes for dlx execution and preflight downloads.
1 parent 636a517 commit af51da6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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.8](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.8) - 2025-10-31
8+
9+
### Fixed
10+
- Binary name resolution for external tools (@coana-tech/cli, @cyclonedx/cdxgen, synp) in dlx execution
11+
- Preflight downloads now correctly specify binary names for background package caching
12+
713
## [2.0.7](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.7) - 2025-10-31
814

915
### Added

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

0 commit comments

Comments
 (0)