Skip to content

Commit

Permalink
Jp 5 4 type fix (#82)
Browse files Browse the repository at this point in the history
OKTA-793801 fix: backports 5.2.1
  • Loading branch information
jaredperreault-okta authored Aug 16, 2024
1 parent 00393d9 commit c729605
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 5.4.1
-[#82](https://github.com/okta/okta-oidc-middleware/pull/82) fix: includes types in output bundle (#75 wasn't properly backported)

# 5.4.0
-[#78](https://github.com/okta/okta-oidc-middleware/pull/78) fix: replaces deprecated `csurf` package

# 5.3.1
-[#81](https://github.com/okta/okta-oidc-middleware/pull/81) fix: includes types in output bundle (#75 wasn't properly backported)

# 5.3.0
-[#77](https://github.com/okta/okta-oidc-middleware/pull/77) upgrades openid-client

# 5.2.1
-[#75](https://github.com/okta/okta-oidc-middleware/pull/75) fix: includes types in output bundle

# 5.2.0
-[#74](https://github.com/okta/okta-oidc-middleware/pull/74) feat: adds Node 20 support

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@okta/oidc-middleware",
"version": "5.4.0",
"version": "5.4.1",
"description": "OpenId Connect middleware for authorization code flows",
"repository": "https://github.com/okta/okta-oidc-middleware",
"homepage": "https://github.com/okta/okta-oidc-middleware#readme",
Expand Down

0 comments on commit c729605

Please sign in to comment.