diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff9cdd94..707ca293c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.56](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.56) - 2026-01-10 + +### Fixed +- Fixed heap overflow when scanning large monorepos with 100k+ files by implementing streaming-based filtering. + ## [1.1.55](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.55) - 2026-01-09 ### Changed diff --git a/package.json b/package.json index 9ecc679f5..5c03afc53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket", - "version": "1.1.55", + "version": "1.1.56", "description": "CLI for Socket.dev", "homepage": "https://github.com/SocketDev/socket-cli", "license": "MIT AND OFL-1.1",