From 31260bd0b77d2cd35b279da5de288449316c1c03 Mon Sep 17 00:00:00 2001 From: adamjmcgrath Date: Thu, 12 May 2022 14:31:45 +0100 Subject: [PATCH] Release v2.1.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2566f48..76430f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v2.1.2](https://github.com/auth0/node-jwks-rsa/tree/v2.1.2) (2022-05-12) +[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.1...v2.1.2) + +**Fixed** +- fix: express build error [\#304](https://github.com/auth0/node-jwks-rsa/pull/304) ([blindperson](https://github.com/blindperson)) + ## [v2.1.1](https://github.com/auth0/node-jwks-rsa/tree/v2.1.1) (2022-05-06) [Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.0...v2.1.1) diff --git a/package-lock.json b/package-lock.json index 8eedbd4..d019573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jwks-rsa", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jwks-rsa", - "version": "2.1.0", + "version": "2.1.2", "license": "MIT", "dependencies": { "@types/express": "^4.17.13", diff --git a/package.json b/package.json index 90a87de..4f64e41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jwks-rsa", - "version": "2.1.1", + "version": "2.1.2", "description": "Library to retrieve RSA public keys from a JWKS endpoint", "main": "src/index.js", "files": [