Skip to content

Commit 30d000c

Browse files
authored
Release v1.2.0 (#1213)
1 parent 1672683 commit 30d000c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## [1.2.0](https://github.com/inrupt/solid-client-vc-js/releases/tag/v1.2.0) - 2024-12-17
10+
11+
# New feature
12+
13+
- Query endpoint discovery: the `getVerifiableCredentialApiConfiguration` function now
14+
has a `queryService` entry if the target service supports the Inrupt Access Grant query
15+
endpoint.
16+
917
## [1.1.2](https://github.com/inrupt/solid-client-vc-js/releases/tag/v1.1.2) - 2024-10-22
1018

1119
### Patch 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": "1.1.2",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "rollup --config rollup.config.mjs",

0 commit comments

Comments
 (0)