From cfad293af7d957f08f076b3cdd37560d8f319a42 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Tue, 17 Dec 2024 22:23:29 +0100 Subject: [PATCH 1/3] Prepare changelog for 1.2.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5626ad8c..1c27b8ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The following changes have been implemented but not released yet: ## Unreleased +## [1.2.0](https://github.com/inrupt/solid-client-vc-js/releases/tag/v1.2.0) - 2024-12-17 + +# New feature + +- Query endpoint discovery: the `getVerifiableCredentialApiConfiguration` function now + has a `queryService` entry if the target service supports the Inrupt Access Grant query + endpoint. + ## [1.1.2](https://github.com/inrupt/solid-client-vc-js/releases/tag/v1.1.2) - 2024-10-22 ### Patch changes From 8532ee168de54781d62041354c0707fbc98a03d3 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Tue, 17 Dec 2024 22:23:42 +0100 Subject: [PATCH 2/3] 1.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01ce0c55..6e3b43a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inrupt/solid-client-vc", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inrupt/solid-client-vc", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^2.0.0", diff --git a/package.json b/package.json index f7aa56e0..19442e72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/solid-client-vc", "description": "A library to act as a client to a server implementing the W3C VC HTTP APIs.", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "scripts": { "build": "rollup --config rollup.config.mjs", From 984cef4b8c2a67f0ecac36c6cf486f8e38147c35 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Tue, 17 Dec 2024 22:26:30 +0100 Subject: [PATCH 3/3] Lint --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c27b8ab..54c1dd98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The following changes have been implemented but not released yet: - Query endpoint discovery: the `getVerifiableCredentialApiConfiguration` function now has a `queryService` entry if the target service supports the Inrupt Access Grant query - endpoint. + endpoint. ## [1.1.2](https://github.com/inrupt/solid-client-vc-js/releases/tag/v1.1.2) - 2024-10-22