Skip to content

Commit 5b01eb3

Browse files
committed
chore: release v3.0.6
1 parent 2ba1df9 commit 5b01eb3

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

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+
## [3.0.6](https://github.com/SocketDev/socket-lib/releases/tag/v3.0.6) - 2025-11-01
9+
10+
### Added
11+
12+
- **Build validation**: Added guard against `link:` protocol dependencies in package.json
13+
- New `validate-no-link-deps.mjs` script automatically runs during `pnpm run check`
14+
- Prevents accidental publication with `link:` dependencies which can cause issues
15+
- Recommends using `workspace:` for monorepos or `catalog:` for centralized version management
16+
- Validates all dependency fields: dependencies, devDependencies, peerDependencies, optionalDependencies
17+
18+
### Changed
19+
20+
- **Dependencies**: Updated `@socketregistry/packageurl-js` to 1.3.3
21+
- **Git hooks**: Committed pre-commit and pre-push hook configurations for version control
22+
- **Scripts**: Removed shebang from `validate-no-link-deps` script (Node.js script, not shell)
23+
824
## [3.0.5](https://github.com/SocketDev/socket-lib/releases/tag/v3.0.5) - 2025-11-01
925

1026
### Fixed

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": "3.0.5",
3+
"version": "3.0.6",
44
"license": "MIT",
55
"description": "Core utilities and infrastructure for Socket.dev security tools",
66
"keywords": [

0 commit comments

Comments
 (0)