Skip to content

Commit

Permalink
chore(main): release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowcore-machine committed Dec 9, 2024
1 parent e0491bd commit 65afceb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 65afceb

Please sign in to comment.