Skip to content

Commit c1f3b89

Browse files
committed
prepare for npm publish
1 parent a347b22 commit c1f3b89

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# @digitalcredentials/vc ChangeLog
22

3-
## 9.0.2 - TBD
3+
## 10.0.0 - 2025-04-30
4+
5+
### Changed
6+
- **BREAKING**: Removes CJS build
47

58
### Fixed
6-
- run status check before expiry check because expiry check throws error that had prevented the status check from running
9+
- move status check before expiry check because expiry check throws error that had prevented the status check from running
10+
- attach the credential to the verification result for each credential submitted as part of a VP verification
711

812
## 9.0.1 - 2024-09-30
913

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digitalcredentials/vc",
3-
"version": "10.0.0-beta.1",
3+
"version": "10.0.0",
44
"description": "Verifiable Credentials JavaScript library.",
55
"homepage": "https://github.com/digitalcredentials/vc",
66
"repository": {

0 commit comments

Comments
 (0)