Skip to content

Commit 848f282

Browse files
committed
chore: consolidate v3.0.31 back into v3.0.30
1 parent 5c5b1ac commit 848f282

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,20 @@ 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-01
8-
9-
### Changed
10-
11-
- Updated `@socketsecurity/lib` to v3.0.6
12-
- Added pre-commit and pre-push hooks for development workflow
13-
147
## [3.0.30](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.30) - 2025-11-01
158

169
### Added
1710

1811
- Validation guard against `link:` dependencies in package.json
12+
- Pre-commit and pre-push hooks for development workflow
1913

2014
### Fixed
2115

2216
- Build output now uses relative paths instead of absolute paths for better portability
2317

2418
### Changed
2519

26-
- Updated `@socketsecurity/lib` to v3.0.5
20+
- Updated `@socketsecurity/lib` to v3.0.6
2721
- Updated `@socketregistry/packageurl-js` to v1.3.3
2822

2923
## [3.0.29](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.29) - 2025-11-01

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

0 commit comments

Comments
 (0)