From ab0dc2ff9616039d92d34f2a951f11422a883125 Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Tue, 16 Dec 2025 11:06:12 +0100 Subject: [PATCH 1/2] workflows --- .github/{workspaces => workflows}/ci.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workspaces => workflows}/ci.yml (100%) diff --git a/.github/workspaces/ci.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workspaces/ci.yml rename to .github/workflows/ci.yml From 0a9cdf8b59d471a2e4d2b77287a3e44aff423081 Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Tue, 16 Dec 2025 11:09:10 +0100 Subject: [PATCH 2/2] 0.11.9 --- 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 2261465..f50289c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@solid/oidc-rp", - "version": "0.11.8", + "version": "0.11.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@solid/oidc-rp", - "version": "0.11.8", + "version": "0.11.9", "license": "MIT", "dependencies": { "@solid/jose": "^0.6.9", diff --git a/package.json b/package.json index c98b4da..e8426d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solid/oidc-rp", - "version": "0.11.8", + "version": "0.11.9", "description": "OpenID Connect Relying Party client library", "main": "./src/index.js", "module": "./src/index.js",