Skip to content

Commit 61e815a

Browse files
committed
chore: release v1.3.4
1 parent c2dd732 commit 61e815a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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+
## [1.3.4](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.3.4) - 2025-11-02
8+
9+
### Changed
10+
- Bundled @socketsecurity/lib internally to reduce consumer dependencies
11+
- Improved build output with shortened module identifiers for better readability
12+
13+
### Added
14+
- Internal validation for bundle dependency configuration
15+
- Pre-commit and pre-push git hooks
16+
717
## [1.3.3](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.3.3) - 2025-11-01
818

919
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketregistry/packageurl-js",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"license": "MIT",
55
"description": "Socket.dev optimized package override for packageurl-js",
66
"keywords": [

0 commit comments

Comments
 (0)