Skip to content

Commit

Permalink
Merge pull request #35 from flowcore-io/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--nestjs-oidc-protect

chore(main): release 3.4.1
  • Loading branch information
jbiskur authored Dec 9, 2024
2 parents f9bf8c7 + 2ab718c commit 05b1404
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.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)


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.4.0",
"version": "3.4.1",
"type": "commonjs",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 05b1404

Please sign in to comment.