Skip to content

Commit 5ec35de

Browse files
committed
chore: release v5.4.0
1 parent ef6cdf3 commit 5ec35de

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
@@ -5,6 +5,22 @@ 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.4.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.4.0) - 2026-01-07
9+
10+
### Added
11+
12+
- **releases/github**: Extended release functions to accept glob patterns for asset discovery
13+
- `getReleaseAssetUrl()` now accepts glob patterns: `'yoga-sync-*.mjs'`, `'models-*.tar.gz'`
14+
- `downloadReleaseAsset()` now accepts glob patterns for automatic asset discovery
15+
- `getLatestRelease()` now accepts asset patterns to find releases with matching assets
16+
- Supports wildcards, brace expansion, RegExp patterns, and prefix/suffix objects
17+
- Uses picomatch for robust glob pattern matching
18+
19+
- **releases/socket-btm**: Extended `downloadSocketBtmRelease()` to accept glob patterns
20+
- `asset` parameter now accepts wildcards: `'yoga-sync-*.mjs'`, `'models-*.tar.gz'`
21+
- Automatically discovers and downloads latest matching asset
22+
- Eliminates need for hardcoded asset names in build scripts
23+
824
## [5.3.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.3.0) - 2026-01-07
925

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

0 commit comments

Comments
 (0)