Skip to content

Commit 5bddd43

Browse files
committed
chore(release): bump version to 3.2.7
1 parent 6d83635 commit 5bddd43

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.7](https://github.com/SocketDev/socket-lib/releases/tag/v3.2.7) - 2025-11-05
11+
12+
### Fixed
13+
14+
- **build-externals**: Disable minification to preserve exports
15+
- External dependencies are no longer minified during bundling
16+
- Prevents export name mangling that breaks CommonJS interop
17+
- Fixes `semver.parse()` and `semver.major()` being undefined
18+
19+
- **build**: Fix CommonJS export interop for TypeScript default exports
20+
- Modules with `export default` now work without requiring `.default` accessor
21+
22+
### Changed
23+
24+
- **docs**: Moved packages README to correct location (`src/packages/README.md`)
25+
1026
## [3.2.6](https://github.com/SocketDev/socket-lib/releases/tag/v3.2.6) - 2025-11-05
1127

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

0 commit comments

Comments
 (0)