We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1908d9 commit 60ae4bdCopy full SHA for 60ae4bd
packages/socket/CHANGELOG.md
@@ -4,6 +4,11 @@ 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.5](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.5) - 2025-10-30
8
+
9
+### Fixed
10
+- Bootstrap bundle now executes correctly with esbuild minification fix
11
12
## [2.0.4](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.4) - 2025-10-30
13
14
### Fixed
packages/socket/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "socket",
3
- "version": "2.0.4",
+ "version": "2.0.5",
"description": "CLI for Socket.dev",
"private": true,
"homepage": "https://github.com/SocketDev/socket-cli",
0 commit comments