Skip to content

Commit 42c7235

Browse files
committed
Bump version to 1.3.1
1 parent cdbe90e commit 42c7235

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ 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-
## [Unreleased]
7+
## [1.3.1](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.3.1) - 2025-10-21
88

9-
## [1.3.0] - 2025-10-06
9+
### Changed
10+
- Use @socketsecurity/lib under the hood
11+
12+
## [1.3.0](https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.3.0) - 2025-10-06
1013

1114
### Added
1215
- Re-exported `PURL_Type` enum from `@socketsecurity/registry` for type-safe package ecosystem identifiers

biome.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"!**/.vscode",
1515
"!**/coverage",
1616
"!**/dist",
17+
"!**/CHANGELOG.md",
1718
"!**/package.json",
1819
"!**/pnpm-lock.yaml"
1920
],

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.0",
3+
"version": "1.3.1",
44
"license": "MIT",
55
"description": "Socket.dev optimized package override for packageurl-js",
66
"keywords": [

0 commit comments

Comments
 (0)