Skip to content

Commit 4a04fbd

Browse files
committed
Bump to v1.1.15
1 parent 7c1ec78 commit 4a04fbd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.15](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.15) - 2025-09-16
8+
9+
### Changed
10+
- Improved `socket fix` environment variable detection with clearer error messages when required variables are missing
11+
12+
### Fixed
13+
- Resolved path handling issue in `socket optimize` command
14+
- Command flag parsing now correctly detects subsequent arguments
15+
716
## [1.1.14](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.14) - 2025-09-17
817

918
### 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.14",
3+
"version": "1.1.15",
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)