Skip to content

Commit 98cc5d5

Browse files
committed
chore(release): bump socket to v2.0.3
1 parent e3c0955 commit 98cc5d5

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

packages/socket/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
7+
## [2.0.3](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.3) - 2025-10-30
8+
9+
### Fixed
10+
- Stub binary now correctly locates the `socket` executable in @socketsecurity/cli package
11+
12+
## [2.0.2](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.2) - 2025-10-30
13+
14+
### Changed
15+
- Updated @socketsecurity/lib to v2.9.0 with Socket.dev URL constants
16+
- Updated @socketsecurity/sdk to v3.0.21
17+
18+
### Fixed
19+
- Bootstrap path resolution in binary builders
20+
21+
## [2.0.1](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.1) - 2025-10-30
22+
23+
### Changed
24+
- Updated dependencies for improved stability
25+
26+
## [2.0.0](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.0) - 2025-10-29
27+
28+
### Changed
29+
- **BREAKING**: CLI now ships as single executable binary requiring no external Node.js installation
30+
31+
### Added
32+
- GitLab merge request support for `socket fix`
33+
- Persistent GHSA tracking to avoid duplicate fixes
34+
- Markdown output support for `socket fix` and `socket optimize`
35+
- `--reach-min-severity` flag to filter reachability analysis by vulnerability severity threshold
36+
37+
### Fixed
38+
- Target directory handling in reachability analysis for scan commands

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

0 commit comments

Comments
 (0)