Skip to content

Commit

Permalink
chore(release): 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Dec 20, 2021
1 parent 32b28b5 commit cba11f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.1.1](https://github.com/panva/node-openid-client/compare/v5.1.0...v5.1.1) (2021-12-20)


### Fixes

* allow setting timeout to 0 to disable it ([32b28b5](https://github.com/panva/node-openid-client/commit/32b28b5315fb0ebce840ab1afa076d2a82bd4395)), closes [#443](https://github.com/panva/node-openid-client/issues/443)

## [5.1.0](https://github.com/panva/node-openid-client/compare/v5.0.2...v5.1.0) (2021-12-03)


Expand Down
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.1.0",
"version": "5.1.1",
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs",
"keywords": [
"auth",
Expand Down

0 comments on commit cba11f2

Please sign in to comment.