Skip to content

Commit 8ee7846

Browse files
committed
chore(release): bump version to 5.0.1
1 parent 4c89620 commit 8ee7846

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.0.1](https://github.com/SocketDev/socket-lib/releases/tag/v5.0.1) - 2025-12-11
9+
10+
### Added
11+
12+
- **http-request**: Enhanced `httpDownload()` with automatic progress logging via Logger integration
13+
- New `logger` option: Pass a Logger instance for automatic progress tracking
14+
- New `progressInterval` option: Configure progress reporting frequency (default: 10%)
15+
- Progress format: `Progress: XX% (Y.Y MB / Z.Z MB)`
16+
- `onProgress` callback takes precedence over `logger` when both are provided
17+
- Commit: [`91e5db5`](https://github.com/SocketDev/socket-lib/commit/91e5db5)
18+
819
## [5.0.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.0.0) - 2025-12-04
920

1021
### 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.0.0",
3+
"version": "5.0.1",
44
"packageManager": "[email protected]",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",

0 commit comments

Comments
 (0)