Skip to content

Commit

Permalink
chore(release): 8.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.2](v8.0.1...v8.0.2) (2023-08-02)

### Bug Fixes

* handle refreshing tokens missing `expires_at` ([bcb54ec](bcb54ec))
  • Loading branch information
semantic-release-bot committed Aug 2, 2023
1 parent bcb54ec commit 39ba5c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.0.2](https://github.com/mikaelkaron/fastify-openid-auth/compare/v8.0.1...v8.0.2) (2023-08-02)


### Bug Fixes

* handle refreshing tokens missing `expires_at` ([bcb54ec](https://github.com/mikaelkaron/fastify-openid-auth/commit/bcb54ec2643f11b95db88aea9241e44c6d17903e))

## [8.0.1](https://github.com/mikaelkaron/fastify-openid-auth/compare/v8.0.0...v8.0.1) (2023-07-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-openid-auth",
"version": "8.0.1",
"version": "8.0.2",
"description": "Fastify auth plugin for openid-client",
"type": "module",
"module": "./dist/index.js",
Expand Down

0 comments on commit 39ba5c6

Please sign in to comment.