Skip to content

Commit f079cc9

Browse files
committed
chore: bump to v1.4.1
1 parent d9be250 commit f079cc9

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+
## [1.4.1](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.4.1) - 2026-03-30
8+
9+
### Changed
10+
11+
- Tidied up validation helpers and consolidated shared patterns
12+
- Improved primordial coverage for consistency
13+
- Bounded internal caches and string processing
14+
- Freeze cached instances for immutability
15+
16+
### Fixed
17+
18+
- VERS containment for compound range expressions
19+
- Stringify edge case with `"0"` as a valid component value
20+
- Component comparator uses numeric comparison
21+
722
## [1.4.0](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.4.0) - 2026-03-28
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": "@socketregistry/packageurl-js",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"packageManager": "pnpm@10.33.0",
55
"license": "MIT",
66
"description": "Socket.dev optimized package override for packageurl-js",

0 commit comments

Comments
 (0)