File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.1.6] ( https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.1.6 ) - 2025-10-03
10
+
11
+ ### Changed
12
+ - Enhanced TypeScript strictness with explicit ` | undefined ` for optional properties and parameters
13
+ - Added comprehensive JSDoc documentation for core classes
14
+ - Optimized build output by disabling source map generation
15
+
9
16
## [ 1.1.5] ( https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.1.5 ) - 2025-09-30
10
17
11
18
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @socketregistry/packageurl-js" ,
3
- "version" : " 1.1.4 " ,
3
+ "version" : " 1.1.6 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Socket.dev optimized package override for packageurl-js" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments