Skip to content

Commit c44aa53

Browse files
committed
chore(release): 8.8.1
1 parent 076ee58 commit c44aa53

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [8.8.1](https://github.com/panva/node-oidc-provider/compare/v8.8.0...v8.8.1) (2025-03-06)
6+
7+
8+
### Fixes
9+
10+
* add "exp" to Logout Tokens ([c6c01f1](https://github.com/panva/node-oidc-provider/commit/c6c01f112c29ade904a23d90bc3ea74408981bba)), closes [#1295](https://github.com/panva/node-oidc-provider/issues/1295)
11+
12+
13+
### Documentation
14+
15+
* update spec links ([076ee58](https://github.com/panva/node-oidc-provider/commit/076ee58b3df60e1987a0f4a06fb8c42ea75e68ba))
16+
517
## [8.8.0](https://github.com/panva/node-oidc-provider/compare/v8.7.0...v8.8.0) (2025-02-17)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oidc-provider",
3-
"version": "8.8.0",
3+
"version": "8.8.1",
44
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
55
"keywords": [
66
"appauth",

0 commit comments

Comments
 (0)