From 65afceb59a82dd43ae52a0d3ac70da44b1e4ab83 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:33:38 +0000 Subject: [PATCH] chore(main): release 3.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3658814..ef37a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/flowcore-io/library-nestjs-oidc-protect-ts/compare/v3.3.0...v3.4.0) (2024-12-09) + + +### Features + +* added token decorator ([fe7f2f6](https://github.com/flowcore-io/library-nestjs-oidc-protect-ts/commit/fe7f2f657798fe56c67ff8ed437054859623dcd6)) + ## [3.3.0](https://github.com/flowcore-io/library-nestjs-oidc-protect-ts/compare/v3.2.1...v3.3.0) (2024-06-17) diff --git a/package.json b/package.json index 294b98c..23c2742 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.3.0", + "version": "3.4.0", "type": "commonjs", "publishConfig": { "access": "public",