From 5513842e95b113685c68ccc2b288005bfb523206 Mon Sep 17 00:00:00 2001 From: Matthieu Bosquet Date: Thu, 21 Apr 2022 17:13:12 +0100 Subject: [PATCH] Version 1.2.8 --- 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 206f212..74c0ee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@solid/access-token-verifier", - "version": "1.2.7", + "version": "1.2.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@solid/access-token-verifier", - "version": "1.2.7", + "version": "1.2.8", "license": "MIT", "dependencies": { "jose": "^4.7.0", diff --git a/package.json b/package.json index 665eff3..0b2bc76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solid/access-token-verifier", - "version": "1.2.7", + "version": "1.2.8", "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",