Skip to content

Commit 526b4e6

Browse files
committed
chore: release version 2.5.1
1 parent 3fedd1e commit 526b4e6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased]
1+
## [2.5.1] - 2026-01-06
22

33
- Replace hand-written GS1 Digital Link parsing with `digital-link.js` library
44
- Improved validation using official GS1 Digital Link grammar (v1.4)
@@ -20,6 +20,7 @@
2020
- Fixed security vulnerability in brace-expansion
2121
- Fix linting error in check-credential-subject-Id-digital-link.ts (unused error variable)
2222

23+
2324
## [2.5.0] - 2026-01-06
2425

2526
- Support Key Credentials with Key Qualifiers according to https://gs1.github.io/GS1DigitalLicenses/#key-validation-rules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eecc/vc-verifier-rules",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "GS1 US Rules Verification Library for validating GS1 based verifiable credentials.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)