Skip to content

Commit bd2585f

Browse files
committed
chore(release): v3.2.3
1 parent ae8c223 commit bd2585f

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
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.3](https://github.com/SocketDev/socket-lib/releases/tag/v3.2.3) - 2025-11-03
11+
12+
### Internal
13+
14+
- **Build system**: Added stub infrastructure for external dependency bundling
15+
- Created organized `scripts/build-externals/stubs/` directory with utility and active stubs
16+
- Added conservative stubs for unused dependencies: `encoding`/`iconv-lite` and `debug`
17+
- Reduces external bundle size by ~18KB (9KB from encoding stubs, 9KB from debug stubs)
18+
1019
## [3.2.2](https://github.com/SocketDev/socket-lib/releases/tag/v3.2.2) - 2025-11-03
1120

1221
### 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": "3.2.2",
3+
"version": "3.2.3",
44
"license": "MIT",
55
"description": "Core utilities and infrastructure for Socket.dev security tools",
66
"keywords": [

0 commit comments

Comments
 (0)