From 1299679c806a6aa0f40c7b3fd9c82badd468eaba Mon Sep 17 00:00:00 2001 From: Carl Henderson Date: Thu, 28 Mar 2024 10:12:06 +0000 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f77b64..7b438d0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "type": "module", "name": "jwk-subtle", - "version": "1.0.6", + "version": "1.0.7", "description": "Verify RS256 JWT. Uses only `crypto.subtle`.", "main": "lib/index.js", "types": "lib/index.d.ts",