From f28d128f1b178c4ffbd5a1b972fc5818bd7aedad Mon Sep 17 00:00:00 2001 From: Matthieu Bosquet Date: Fri, 21 Oct 2022 11:50:50 +0100 Subject: [PATCH] Release 2.0.5 --- 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 a6dfd64..a40066c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@solid/access-token-verifier", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@solid/access-token-verifier", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "dependencies": { "jose": "^4.10.3", diff --git a/package.json b/package.json index 5962fbb..3d28219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solid/access-token-verifier", - "version": "2.0.4", + "version": "2.0.5", "description": "Verifies Solid OIDC access tokens via their webid claim, and thus asserts ownership of a WebID.", "license": "MIT", "repository": "https://github.com/solid/access-token-verifier",