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 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",