From d3d147e8ec305981eb8c6b4290ba5b574e6581f0 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 21 Jan 2020 17:07:45 -0300 Subject: [PATCH] update package version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3cc1dd1..5f4f1c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jwks-rsa", - "version": "1.6.1", + "version": "1.6.2", "description": "Library to retrieve RSA public keys from a JWKS endpoint", "main": "lib/index.js", "types": "index.d.ts", @@ -64,4 +64,4 @@ "url": "https://github.com/auth0/node-jwks-rsa/issues" }, "homepage": "https://github.com/auth0/node-jwks-rsa#readme" -} +} \ No newline at end of file