Skip to content

Commit 3bfe3e7

Browse files
committed
chore: release v5.2.1
1 parent 63a29e9 commit 3bfe3e7

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.2.1](https://github.com/SocketDev/socket-lib/releases/tag/v5.2.1) - 2026-01-06
9+
10+
### Fixed
11+
12+
- **releases**: Fixed "Text file busy" errors when executing downloaded binaries
13+
- Changed `downloadGitHubRelease()` to use synchronous `chmodSync()` instead of async `chmod()`
14+
- Ensures file system operations complete before binary execution
15+
- Prevents race conditions in CI/CD environments where async operations may not fully flush to disk
16+
817
## [5.2.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.2.0) - 2026-01-06
918

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

0 commit comments

Comments
 (0)