Skip to content

Commit

Permalink
Release v2.1.2 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored May 26, 2021
1 parent c455d38 commit 2a89aaf
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
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' };

0 comments on commit 2a89aaf

Please sign in to comment.