Skip to content

Commit ece0f72

Browse files
committed
chore(release): Release v5.1.4
1 parent 8b7a76c commit ece0f72

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.1.4](https://github.com/SocketDev/socket-lib/releases/tag/v5.1.4) - 2025-12-30
9+
10+
### Fixed
11+
12+
- **dependencies**: Removed unnecessary `http2` module dependency from `@sigstore/sign@4.1.0`
13+
- Added pnpm override to force `@sigstore/sign@4.1.0` across all dependencies
14+
- Created patch to inline HTTP header and status constants instead of importing `http2` module
15+
- Eliminates loading of Node.js `http2` module for HTTP/1.1-only operations
16+
817
## [5.1.3](https://github.com/SocketDev/socket-lib/releases/tag/v5.1.3) - 2025-12-29
918

1019
### Fixed

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.1.3",
3+
"version": "5.1.4",
44
"packageManager": "pnpm@10.26.2",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",

0 commit comments

Comments
 (0)