Skip to content

Commit 95e7d12

Browse files
committed
chore: release version 2.6.1
1 parent 613a5e2 commit 95e7d12

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.6.1] - 2026-01-21
22

33
- **CRITICAL FIX**: Fix `credentialTypesSource.filter is not a function` error
44
- Updated type definitions to support both `string` and `string[]` for credential `type` field per W3C VC specification
@@ -17,6 +17,7 @@
1717
- Tests for missing validator request handling
1818
- Updated existing tests to validate improved error messages
1919

20+
2021
## [2.6.0] - 2026-01-14
2122

2223
- add chain validation for EpcisCredentials

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.6.0",
3+
"version": "2.6.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)