File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
6
7
+ ## [ 1.1.23] ( https://github.com/SocketDev/socket-cli/releases/tag/v1.1.23 ) - 2025-09-22
8
+
9
+ ### Changed
10
+ - Enhanced ` --no-apply-fixes ` flag naming for improved clarity (previously ` --dont-apply-fixes ` )
11
+ - Streamlined documentation and help text for better user experience
12
+ - Improved ` pnpm dlx ` operations by removing unnecessary ` --ignore-scripts ` flag
13
+
14
+ ### Fixed
15
+ - Resolved JSON example formatting in usage documentation
16
+ - Enhanced test reliability for cdxgen on Windows platforms
17
+ - Improved error handling in optimize command for pnpm environments
18
+
7
19
## [ 1.1.22] ( https://github.com/SocketDev/socket-cli/releases/tag/v1.1.22 ) - 2025-09-20
8
20
9
21
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " socket" ,
3
- "version" : " 1.1.22 " ,
3
+ "version" : " 1.1.23 " ,
4
4
"description" : " CLI for Socket.dev" ,
5
5
"homepage" : " https://github.com/SocketDev/socket-cli" ,
6
6
"license" : " MIT AND OFL-1.1" ,
You can’t perform that action at this time.
0 commit comments