From 2e3711ff83b9940b0e5b4e1995aaf61e9fd712cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Oct 2023 16:43:17 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] ## 1.0.0 (2023-10-02) ### Features * core functionallity for keycloak introspection ([fecf283](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/fecf2835530cbbd89bf8bf26d5e1f87710563a77)) * **module:** npm module exports ([56a9417](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/56a941730a835c5d4fa5728c703a3a3d62bb0a1f)) * **test:** added basic unit tests ([6bc8971](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/6bc897109f529d04d9125e7e7a2216d3f2baa2c0)) * **typing:** add type definition schema ([0128622](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/0128622e0d28f3171eb6f4dc435ba472a1d7c53f)) ### Bug Fixes * **typing:** make two different interfaces for options with and without request ([1490caa](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/1490caa411356789fcb3b6233a524bec0c8651f7)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e7615a5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# passport-keycloak-jwt-introspect - Changelog + +## 1.0.0 (2023-10-02) + + +### Features + +* core functionallity for keycloak introspection ([fecf283](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/fecf2835530cbbd89bf8bf26d5e1f87710563a77)) +* **module:** npm module exports ([56a9417](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/56a941730a835c5d4fa5728c703a3a3d62bb0a1f)) +* **test:** added basic unit tests ([6bc8971](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/6bc897109f529d04d9125e7e7a2216d3f2baa2c0)) +* **typing:** add type definition schema ([0128622](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/0128622e0d28f3171eb6f4dc435ba472a1d7c53f)) + + +### Bug Fixes + +* **typing:** make two different interfaces for options with and without request ([1490caa](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/1490caa411356789fcb3b6233a524bec0c8651f7)) diff --git a/package.json b/package.json index 44ce1bf..7972a9d 100644 --- a/package.json +++ b/package.json @@ -50,4 +50,4 @@ "dependencies": { "passport-strategy": "^1.0.0" } -} \ No newline at end of file +}