Skip to content

Commit 1bc578b

Browse files
committed
Add changelog
1 parent 5869f2d commit 1bc578b

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
7+
## [1.0.8](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.0.8) - 2025-09-01
8+
9+
### Changed
10+
- Updated implementation for PackageURL specification changes
11+
12+
## [1.0.7](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.0.7) - 2025-08-15
13+
14+
### Fixed
15+
- Bug fixes and stability improvements
16+
17+
## [1.0.1](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.0.1) - 2025-05-15
18+
19+
### Added
20+
- Initial Socket.dev optimized package override implementation
21+
22+
## [1.0.0](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.0.0) - 2025-05-01
23+
24+
### Added
25+
- Initial release of @socketregistry/packageurl-js
26+
- Socket.dev optimized package override for packageurl-js
27+
- Full compatibility with original packageurl-js API

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
"node": ">=18"
114114
},
115115
"files": [
116+
"CHANGELOG.md",
116117
"*{.js,.ts}",
117118
"data/**/*.json",
118119
"src/**/*{.js,.ts}"

0 commit comments

Comments
 (0)