Skip to content
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

Release v2.1.2 #132

Merged
merged 1 commit into from
May 26, 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.1.2](https://github.com/auth0/idtoken-verifier/tree/v2.1.2) (2021-05-26)

[Full Changelog](https://github.com/auth0/idtoken-verifier/compare/v2.1.2...v2.1.2)

**Security**

- Pin crypto-js to 3.3.0 [\#131](https://github.com/auth0/idtoken-verifier/pull/131) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v2.1.1](https://github.com/auth0/idtoken-verifier/tree/v2.1.1) (2021-05-25)

[Full Changelog](https://github.com/auth0/idtoken-verifier/compare/v2.1.1...v2.1.1)
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
Tue May 25 2021 14:10:35 GMT+0100 (British Summer Time) using the Minami
Wed May 26 2021 13:39:42 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
Tue May 25 2021 14:10:35 GMT+0100 (British Summer Time) using the Minami
Wed May 26 2021 13:39:42 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
Tue May 25 2021 14:10:35 GMT+0100 (British Summer Time) using the Minami
Wed May 26 2021 13:39:42 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
Tue May 25 2021 14:10:35 GMT+0100 (British Summer Time) using the Minami
Wed May 26 2021 13:39:42 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.1.1",
"version": "2.1.2",
"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.1.1', name: 'idtoken-verifier' };
export default { version: '2.1.2', name: 'idtoken-verifier' };