Skip to content

Commit bced0d7

Browse files
committed
Bump to v1.1.23
1 parent 328c866 commit bced0d7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
## [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+
719
## [1.1.22](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.22) - 2025-09-20
820

921
### Changed

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": "1.1.22",
3+
"version": "1.1.23",
44
"description": "CLI for Socket.dev",
55
"homepage": "https://github.com/SocketDev/socket-cli",
66
"license": "MIT AND OFL-1.1",

0 commit comments

Comments
 (0)