From 2ab718cad6810c3edc059dde7cb71473b458429a Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:40:27 +0000 Subject: [PATCH] chore(main): release 3.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef37a32..8276edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.1](https://github.com/flowcore-io/library-nestjs-oidc-protect-ts/compare/v3.4.0...v3.4.1) (2024-12-09) + + +### Bug Fixes + +* removed test from publish as it should not be required there ([f9bf8c7](https://github.com/flowcore-io/library-nestjs-oidc-protect-ts/commit/f9bf8c749c4410d78a550094d884697569c28535)) + ## [3.4.0](https://github.com/flowcore-io/library-nestjs-oidc-protect-ts/compare/v3.3.0...v3.4.0) (2024-12-09) diff --git a/package.json b/package.json index 23c2742..92d4398 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@flowcore/nestjs-oidc-protect", "description": "A NestJS OpenID Connect library that can validate a token and protect routes with Auth and Role Guards", "license": "MIT", - "version": "3.4.0", + "version": "3.4.1", "type": "commonjs", "publishConfig": { "access": "public",