Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.2...v4.1.0) (2022-09-30)

### Features

* Pass around `TokenSetParameters` instead of `TokenSet` as it's an interface ([4c44e0c](4c44e0c))
  • Loading branch information
semantic-release-bot committed Sep 30, 2022
1 parent 4c44e0c commit 3f525fb
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 @@
# [4.1.0](https://github.com/mikaelkaron/fastify-openid-auth/compare/v4.0.2...v4.1.0) (2022-09-30)


### Features

* Pass around `TokenSetParameters` instead of `TokenSet` as it's an interface ([4c44e0c](https://github.com/mikaelkaron/fastify-openid-auth/commit/4c44e0cf1067139d542ce8fb933485b6348a36d8))

## [4.0.2](https://github.com/mikaelkaron/fastify-openid-auth/compare/v4.0.1...v4.0.2) (2022-09-26)


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": "4.0.2",
"version": "4.1.0",
"description": "Fastify auth plugin for openid-client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3f525fb

Please sign in to comment.