Skip to content

Commit ed03ec6

Browse files
Version Packages (#1707)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8831ae1 commit ed03ec6

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/large-worlds-pay.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/oidc-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hono/oidc-auth
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#1705](https://github.com/honojs/middleware/pull/1705) [`8831ae19c190a588286ff941cf37f45fd2c89388`](https://github.com/honojs/middleware/commit/8831ae19c190a588286ff941cf37f45fd2c89388) Thanks [@maemaemae3](https://github.com/maemaemae3)! - - Optionally specify a custom algorithm for signing and verifying the session JWT using the `OIDC_JWT_ALG` environment variable.
8+
- Fixes issues related to https://github.com/honojs/hono/issues/4625 .
9+
310
## 1.7.1
411

512
### Patch Changes

packages/oidc-auth/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/oidc-auth",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/index.ts"

packages/oidc-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/oidc-auth",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "OpenID Connect Authentication middleware for Hono",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)