Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Feb 20, 2020
1 parent 4819058 commit 81e325b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 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.0.2](https://github.com/auth0/idtoken-verifier/tree/v2.0.2) (2020-02-20)

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

**Security**

- [Snyk] Security upgrade crypto-js from 3.1.9-1 to 3.2.1 [\#98](https://github.com/auth0/idtoken-verifier/pull/98) ([crew-security](https://github.com/crew-security))

## [v2.0.1](https://github.com/auth0/idtoken-verifier/tree/v2.0.1) (2020-01-10)

[Full Changelog](https://github.com/auth0/idtoken-verifier/compare/v2.0.0...v2.0.1)
Expand Down
4 changes: 2 additions & 2 deletions docs/IdTokenVerifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Fri Jan 10 2020 14:33:53 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
Thu Feb 20 2020 17:50:18 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

<script>
Expand Down
4 changes: 2 additions & 2 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Fri Jan 10 2020 14:33:53 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
Thu Feb 20 2020 17:50:18 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

<script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ <h2>License</h2>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Fri Jan 10 2020 14:33:53 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
Thu Feb 20 2020 17:50:18 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

<script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ <h1 class="page-title">index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Fri Jan 10 2020 14:33:53 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
Thu Feb 20 2020 17:50:18 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

<script>
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.0.1",
"version": "2.0.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.0.1', name: 'idtoken-verifier' };
export default { version: '2.0.2', name: 'idtoken-verifier' };

0 comments on commit 81e325b

Please sign in to comment.