Skip to content

Commit 58ea37b

Browse files
authored
Merge pull request #11 from flowcore-io/release-please--branches--main--components--testing-nestjs-oidc-protect
chore(main): release 1.2.0
2 parents d10bec8 + 816cd13 commit 58ea37b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/flowcore-io/library-testing-nestjs-oidc-protect-ts/compare/v1.1.0...v1.2.0) (2023-05-26)
4+
5+
6+
### Features
7+
8+
* added ability to force unauthenticated user when testing ([d10bec8](https://github.com/flowcore-io/library-testing-nestjs-oidc-protect-ts/commit/d10bec8c91fccbc1e1319922cb14e068037f0ce1))
9+
310
## [1.1.0](https://github.com/flowcore-io/library-testing-nestjs-oidc-protect-ts/compare/v1.0.0...v1.1.0) (2023-01-18)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@flowcore/testing-nestjs-oidc-protect",
33
"description": "A NestJS OidcProtect plugin for the @jbiskur/nestjs-test-utilities testing library. To facilitate mocking successfull calls to protected routes during testing.",
44
"license": "MIT",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"type": "commonjs",
77
"publishConfig": {
88
"access": "public",

0 commit comments

Comments
 (0)