diff --git a/.changeset/rare-mangos-shop.md b/.changeset/rare-mangos-shop.md deleted file mode 100644 index f61e5586..00000000 --- a/.changeset/rare-mangos-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': major ---- - -Releasing first version diff --git a/packages/oidc-auth/CHANGELOG.md b/packages/oidc-auth/CHANGELOG.md new file mode 100644 index 00000000..84308fc2 --- /dev/null +++ b/packages/oidc-auth/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hono/oidc-auth + +## 1.0.0 + +### Major Changes + +- [#372](https://github.com/honojs/middleware/pull/372) [`7777562f64d517d0764bc4732fde7edbff4ff537`](https://github.com/honojs/middleware/commit/7777562f64d517d0764bc4732fde7edbff4ff537) Thanks [@hnw](https://github.com/hnw)! - Releasing first version diff --git a/packages/oidc-auth/package.json b/packages/oidc-auth/package.json index bbd2817f..6cc68fc9 100644 --- a/packages/oidc-auth/package.json +++ b/packages/oidc-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/oidc-auth", - "version": "0.0.0", + "version": "1.0.0", "description": "OpenID Connect Authentication middleware for Hono", "type": "module", "main": "dist/index.js",