diff --git a/CHANGELOG.md b/CHANGELOG.md index 58396a70c..799c79452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [1.1.36](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.35) - 2025-11-26 +## [1.1.37](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.37) - 2025-11-26 + +### Fixed +- Fix a bug where setting target path could cause incorrect manifest file paths for commands `socket scan reach `, `socket scan create --reach `, and `socket fix `. + +## [1.1.36](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.36) - 2025-11-26 ### Fixed - Fix a bug where the reachability analysis would hang on runs with analysis errors. diff --git a/package.json b/package.json index 15926155d..918d51f16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket", - "version": "1.1.36", + "version": "1.1.37", "description": "CLI for Socket.dev", "homepage": "https://github.com/SocketDev/socket-cli", "license": "MIT AND OFL-1.1",