Skip to content

Commit ecb7a1d

Browse files
Version Packages (#937)
1 parent be34f69 commit ecb7a1d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/eighty-trains-peel.md

-5
This file was deleted.

packages/oidc-auth/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/oidc-auth
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- [#936](https://github.com/honojs/middleware/pull/936) [`be34f6908f1ecc22171d302edb10036b3bba9fe9`](https://github.com/honojs/middleware/commit/be34f6908f1ecc22171d302edb10036b3bba9fe9) Thanks [@hnw](https://github.com/hnw)! - Fix type error
8+
39
## 1.4.0
410

511
### Minor Changes

packages/oidc-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/oidc-auth",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "OpenID Connect Authentication middleware for Hono",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)