Skip to content

Commit f6c5bb0

Browse files
authored
Jfblaa/rea 312 socket cli version bump and change log (#944)
* upload manifest filess relative to target for coana-fix and perform-reachability-analysis * slightly more verbose, but hopefully more intuitive relative path argument for uploadManifestFiles add comment * version bump and changelog
1 parent 429d6cc commit f6c5bb0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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.36](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.35) - 2025-11-26
7+
## [1.1.37](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.37) - 2025-11-26
8+
9+
### Fixed
10+
- Fix a bug where setting target path could cause incorrect manifest file paths for commands `socket scan reach <target>`, `socket scan create --reach <target>`, and `socket fix <target>`.
11+
12+
## [1.1.36](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.36) - 2025-11-26
813

914
### Fixed
1015
- Fix a bug where the reachability analysis would hang on runs with analysis errors.

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.36",
3+
"version": "1.1.37",
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)