Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-10-02)

### Features

* core functionallity for keycloak introspection ([fecf283](fecf283))
* **module:** npm module exports ([56a9417](56a9417))
* **test:** added basic unit tests ([6bc8971](6bc8971))
* **typing:** add type definition schema ([0128622](0128622))

### Bug Fixes

* **typing:** make two different interfaces for options with and without request ([1490caa](1490caa))
  • Loading branch information
semantic-release-bot committed Oct 2, 2023
1 parent 2640d68 commit 2e3711f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
"dependencies": {
"passport-strategy": "^1.0.0"
}
}
}

0 comments on commit 2e3711f

Please sign in to comment.