diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdfcd8..4f4b023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.11.3](https://github.com/SocketDev/socket-lib/releases/tag/v5.11.3) - 2026-03-26 + +### Fixed + +- **build**: Deduplicate shared deps across external bundles (#110) +- **quality**: Comprehensive quality scan fixes across codebase (#111) +- **releases**: Add in-memory TTL cache for GitHub API responses +- **releases**: Guard against missing assets in GitHub release response (#112) +- **process-lock**: Fix Windows path separator handling for lock directory creation (#112) + ## [5.11.2](https://github.com/SocketDev/socket-lib/releases/tag/v5.11.2) - 2026-03-24 ### Added diff --git a/package.json b/package.json index c218353..24d80e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/lib", - "version": "5.11.2", + "version": "5.11.3", "packageManager": "pnpm@10.33.0", "license": "MIT", "description": "Core utilities and infrastructure for Socket.dev security tools",