Skip to content

Commit d21e6b5

Browse files
authored
Release 2.0.1 (#1477)
1 parent 7e18524 commit d21e6b5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The following changes have been implemented but not released yet:
66

77
## Unreleased
88

9+
## [2.0.1](https://github.com/inrupt/solid-client-vc-js/releases/tag/v2.0.1) - 2025-12-10
10+
11+
- The cached context for https://schema.inrupt.com/credentials/v2.jsonld now includes the
12+
`hydra:template` predicate.
13+
914
## [2.0.0](https://github.com/inrupt/solid-client-vc-js/releases/tag/v2.0.0) - 2025-11-03
1015

1116
### Breaking Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inrupt/solid-client-vc",
33
"description": "A library to act as a client to a server implementing the W3C VC HTTP APIs.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

0 commit comments

Comments
 (0)