8000 Release 2.2.1 by stevehobbsdev · Pull Request #139 · auth0/idtoken-verifier · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release 2.2.1 #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Depdency updates [\#138](https://github.com/auth0/idtoken-verifier/pull/138) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Dependency 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)
Expand Down
2 changes: 1 addition & 1 deletion docs/IdTokenVerifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on
Fri Jun 18 2021 11:35:48 GMT+0100 (British Summer Time) using the Minami
Tue Aug 24 2021 15:12:06 GMT+0100 (British Summer Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on
Fri Jun 18 2021 11:35:48 GMT+0100 (British Summer Time) using the Minami
Tue Aug 24 2021 15:12:06 GMT+0100 (British Summer Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h2>License</h2>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on
Fri Jun 18 2021 11:35:48 GMT+0100 (British Summer Time) using the Minami
Tue Aug 24 2021 15:12:06 GMT+0100 (British Summer Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h1 class="page-title">index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on
Fri Jun 18 2021 11:35:48 GMT+0100 (British Summer Time) using the Minami
Tue Aug 24 2021 15:12:06 GMT+0100 (British Summer Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/telemetry.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '2.2.0', name: 'idtoken-verifier' };
export default { version: '2.2.1', name: 'idtoken-verifier' };
0