From b810c64c3de382c522d979eda09f8661490a5a98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 19:09:11 +0900 Subject: [PATCH] Version Packages (#1018) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/cold-ties-sin.md | 5 ----- packages/oidc-auth/CHANGELOG.md | 6 ++++++ packages/oidc-auth/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cold-ties-sin.md diff --git a/.changeset/cold-ties-sin.md b/.changeset/cold-ties-sin.md deleted file mode 100644 index 123764dc..00000000 --- a/.changeset/cold-ties-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -Add initOidcAuthMiddleware() and avoid mutating environment variables diff --git a/packages/oidc-auth/CHANGELOG.md b/packages/oidc-auth/CHANGELOG.md index 1bbd05b6..12495d95 100644 --- a/packages/oidc-auth/CHANGELOG.md +++ b/packages/oidc-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/oidc-auth +## 1.5.0 + +### Minor Changes + +- [#980](https://github.com/honojs/middleware/pull/980) [`87be44000987c41209fbb79c1a0c95dcf31fadfa`](https://github.com/honojs/middleware/commit/87be44000987c41209fbb79c1a0c95dcf31fadfa) Thanks [@rajsite](https://github.com/rajsite)! - Add initOidcAuthMiddleware() and avoid mutating environment variables + ## 1.4.1 ### Patch Changes diff --git a/packages/oidc-auth/package.json b/packages/oidc-auth/package.json index f0b35445..f08a59c3 100644 --- a/packages/oidc-auth/package.json +++ b/packages/oidc-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/oidc-auth", - "version": "1.4.1", + "version": "1.5.0", "description": "OpenID Connect Authentication middleware for Hono", "type": "module", "main": "dist/index.js",