From 430fa0eb8469865c8df1ad8a7ec4127571cae78f Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Tue, 2 Nov 2021 13:57:50 +0100 Subject: [PATCH] Update to 1.1.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a4841f..2e6fc9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsndr/cloudflare-worker-jwt", - "version": "1.1.4", + "version": "1.1.5", "description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker", "main": "index.js", "repository": { @@ -20,4 +20,4 @@ "url": "https://github.com/tsndr/cloudflare-worker-jwt/issues" }, "homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme" -} \ No newline at end of file +}