Skip to content

Commit 1c0d0ef

Browse files
authored
chore: release v5.11.3 (#113)
1 parent 8c71c30 commit 1c0d0ef

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.11.3](https://github.com/SocketDev/socket-lib/releases/tag/v5.11.3) - 2026-03-26
9+
10+
### Fixed
11+
12+
- **build**: Deduplicate shared deps across external bundles (#110)
13+
- **quality**: Comprehensive quality scan fixes across codebase (#111)
14+
- **releases**: Add in-memory TTL cache for GitHub API responses
15+
- **releases**: Guard against missing assets in GitHub release response (#112)
16+
- **process-lock**: Fix Windows path separator handling for lock directory creation (#112)
17+
818
## [5.11.2](https://github.com/SocketDev/socket-lib/releases/tag/v5.11.2) - 2026-03-24
919

1020
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "5.11.2",
3+
"version": "5.11.3",
44
"packageManager": "pnpm@10.33.0",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",

0 commit comments

Comments
 (0)