Skip to content

Commit 3bb139e

Browse files
committed
chore(release): 9.5.0
1 parent f308b09 commit 3bb139e

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [9.5.0](https://github.com/panva/node-oidc-provider/compare/v9.4.2...v9.5.0) (2025-08-29)
6+
7+
8+
### Features
9+
10+
* support ML-DSA JWS algorithm identifiers ([f308b09](https://github.com/panva/node-oidc-provider/commit/f308b0930c665058c64b713438bf956c7af2449c))
11+
12+
13+
### Refactor
14+
15+
* add a warning for more unsupported runtimes ([c55d58e](https://github.com/panva/node-oidc-provider/commit/c55d58e8d56b56ecd724a10e133933a955593879))
16+
* make warn/info warnings colorization a no-op in nonTTY ([0c0a5b6](https://github.com/panva/node-oidc-provider/commit/0c0a5b633ddac7d9d98b485a69608f9e947ebdef))
17+
518
## [9.4.2](https://github.com/panva/node-oidc-provider/compare/v9.4.1...v9.4.2) (2025-08-23)
619

720

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": "9.4.2",
3+
"version": "9.5.0",
44
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
55
"keywords": [
66
"appauth",

0 commit comments

Comments
 (0)