From 3f525fb595bc6c615932537867f77199652a5c4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Sep 2022 13:33:49 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70f06d..8fa1823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 78e1a85..7802b9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fastify-openid-auth", - "version": "4.0.2", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fastify-openid-auth", - "version": "4.0.2", + "version": "4.1.0", "license": "MIT", "dependencies": { "@fastify/error": "^3.0.0", diff --git a/package.json b/package.json index f928c47..c5abf26 100644 --- a/package.json +++ b/package.json @@ -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",