Skip to content

Commit a0b7f82

Browse files
committed
chore: release v3.0.30
1 parent 6ee7d4b commit a0b7f82

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [3.0.30](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.30) - 2025-11-01
8+
9+
### Added
10+
11+
- Validation guard against `link:` dependencies in package.json
12+
13+
### Fixed
14+
15+
- Build output now uses relative paths instead of absolute paths for better portability
16+
17+
### Changed
18+
19+
- Updated `@socketsecurity/lib` to v3.0.5
20+
- Updated `@socketregistry/packageurl-js` to v1.3.3
21+
722
## [3.0.29](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.29) - 2025-11-01
823

924
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/sdk",
3-
"version": "3.0.29",
3+
"version": "3.0.30",
44
"license": "MIT",
55
"description": "SDK for the Socket API client",
66
"author": {

0 commit comments

Comments
 (0)