Skip to content

Commit

Permalink
chore(release): 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jul 3, 2024
1 parent 083c7c4 commit d99f0b3
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.

## [8.5.1](https://github.com/panva/node-oidc-provider/compare/v8.5.0...v8.5.1) (2024-07-03)


### Documentation

* update README.md ([41a7a0b](https://github.com/panva/node-oidc-provider/commit/41a7a0b857cf3428da240884af305774484f39a2))


### Refactor

* **build:** export Provider also as a named export ([083c7c4](https://github.com/panva/node-oidc-provider/commit/083c7c4cc6350ed99fe9aaee69d316cdd2d0f906))

## [8.5.0](https://github.com/panva/node-oidc-provider/compare/v8.4.7...v8.5.0) (2024-06-28)


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": "oidc-provider",
"version": "8.5.0",
"version": "8.5.1",
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
"keywords": [
"appauth",
Expand Down

0 comments on commit d99f0b3

Please sign in to comment.