Skip to content

Commit 4e1c44f

Browse files
committed
chore(release): bump version to 3.0.31
1 parent 42d1afc commit 4e1c44f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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.31](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.31) - 2025-11-02
8+
9+
### Added
10+
11+
- Bundle dependencies validation to prevent `link:` dependencies in production
12+
13+
### Fixed
14+
15+
- Build process now correctly bundles `@socketsecurity/lib` instead of marking it as external
16+
17+
### Changed
18+
19+
- Updated `@socketsecurity/lib` to v3.1.3
20+
- Updated `@socketregistry/packageurl-js` to v1.3.5
21+
722
## [3.0.30](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.30) - 2025-11-01
823

924
### 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/sdk",
3-
"version": "3.0.30",
3+
"version": "3.0.31",
44
"license": "MIT",
55
"description": "SDK for the Socket API client",
66
"author": {

0 commit comments

Comments
 (0)