Skip to content

Commit 56dbb8d

Browse files
authored
Merge pull request #1 from flowcore-io/release-please--branches--main--components--testing-nestjs-oidc-protect
chore(main): release 1.0.0
2 parents 9e93e12 + 6eb52ab commit 56dbb8d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.0 (2023-01-03)
4+
5+
6+
### Features
7+
8+
* initial version with overrides for guards and removing check for wellKnown endpoint ([9e93e12](https://github.com/flowcore-io/library-testing-nestjs-oidc-protect-ts/commit/9e93e12d5643e84622d435cabce58b15d0909f5f))
9+
* initial version with overrides for guards and removing check for wellKnown endpoint ([4b899a0](https://github.com/flowcore-io/library-testing-nestjs-oidc-protect-ts/commit/4b899a05bdb41827812c4fc470f8532a84b4a3e3))
10+
* initial version with overrides for guards and removing check for wellKnown endpoint ([efa93f1](https://github.com/flowcore-io/library-testing-nestjs-oidc-protect-ts/commit/efa93f1316effdc1e69d9806462eb7851f150ec4))
11+
312
## [2.3.0](https://github.com/flowcore-io/library-flowcore-microservice-ts/compare/v2.2.0...v2.3.0) (2022-12-21)
413

514

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": "2.3.0",
5+
"version": "1.0.0",
66
"type": "commonjs",
77
"publishConfig": {
88
"access": "public",

0 commit comments

Comments
 (0)