From f09675f323754052e347210417e6c2aff3fb4126 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Tue, 24 Aug 2021 15:14:31 +0100 Subject: [PATCH] Release 2.2.1 --- CHANGELOG.md | 8 ++++++++ docs/IdTokenVerifier.html | 2 +- docs/global.html | 2 +- docs/index.html | 2 +- docs/index.js.html | 2 +- package.json | 2 +- src/telemetry.js | 2 +- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cfff8a..a5521be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v2.2.1](https://github.com/auth0/idtoken-verifier/tree/v2.2.1) (2021-08-24) + +[Full Changelog](https://github.com/auth0/idtoken-verifier/compare/v2.2.1...v2.2.1) + +**Security** + +- Depdency updates [\#138](https://github.com/auth0/idtoken-verifier/pull/138) ([stevehobbsdev](https://github.com/stevehobbsdev)) + ## [v2.2.0](https://github.com/auth0/idtoken-verifier/tree/v2.2.0) (2021-06-18) [Full Changelog](https://github.com/auth0/idtoken-verifier/compare/v2.2.0...v2.2.0) diff --git a/docs/IdTokenVerifier.html b/docs/IdTokenVerifier.html index f8ec264..70fa733 100644 --- a/docs/IdTokenVerifier.html +++ b/docs/IdTokenVerifier.html @@ -303,7 +303,7 @@
Parameters:
diff --git a/docs/global.html b/docs/global.html index 6db9d13..b977e0a 100644 --- a/docs/global.html +++ b/docs/global.html @@ -584,7 +584,7 @@
Parameters:
diff --git a/docs/index.html b/docs/index.html index a2ee6e7..9561158 100644 --- a/docs/index.html +++ b/docs/index.html @@ -242,7 +242,7 @@

License

diff --git a/docs/index.js.html b/docs/index.js.html index f6a411f..abef4de 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -551,7 +551,7 @@

index.js

diff --git a/package.json b/package.json index 23dfdcd..f81459a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "idtoken-verifier", - "version": "2.2.0", + "version": "2.2.1", "description": "A lightweight library to decode and verify RS JWT meant for the browser.", "main": "build/idtoken-verifier.js", "umd:main": "build/idtoken-verifier.umd.js", diff --git a/src/telemetry.js b/src/telemetry.js index ad63ba2..833ef46 100644 --- a/src/telemetry.js +++ b/src/telemetry.js @@ -1 +1 @@ -export default { version: '2.2.0', name: 'idtoken-verifier' }; +export default { version: '2.2.1', name: 'idtoken-verifier' };