Skip to content

Commit

Permalink
chore(release): 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 9, 2024
1 parent 55b8a33 commit 7d3471f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.7.0](https://github.com/panva/node-openid-client/compare/v5.6.5...v5.7.0) (2024-09-09)


### Features

* add FAPI 2.0 support ([55b8a33](https://github.com/panva/node-openid-client/commit/55b8a33a90aff58e1017c0265ff1440845dc40c5))


### Fixes

* include DPoP Proof "htm" in requestResource if GET is defaulted to ([23f7b49](https://github.com/panva/node-openid-client/commit/23f7b499bc5b005c3ab29aa463ce20e4e6290b91))

## [5.6.5](https://github.com/panva/node-openid-client/compare/v5.6.4...v5.6.5) (2024-03-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openid-client",
"version": "5.6.5",
"version": "5.7.0",
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs",
"keywords": [
"auth",
Expand Down

0 comments on commit 7d3471f

Please sign in to comment.