diff --git a/.changeset/beige-sloths-raise.md b/.changeset/beige-sloths-raise.md deleted file mode 100644 index 0a68861c..00000000 --- a/.changeset/beige-sloths-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/auth-js': patch ---- - -added react as peer dependency diff --git a/packages/auth-js/CHANGELOG.md b/packages/auth-js/CHANGELOG.md index 1c1fdcce..2ccd2664 100644 --- a/packages/auth-js/CHANGELOG.md +++ b/packages/auth-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/auth-js +## 1.0.1 + +### Patch Changes + +- [#330](https://github.com/honojs/middleware/pull/330) [`766738e0ea8f5e45739e0ffc4248f132f6313957`](https://github.com/honojs/middleware/commit/766738e0ea8f5e45739e0ffc4248f132f6313957) Thanks [@divyam234](https://github.com/divyam234)! - added react as peer dependency + ## 1.0.0 ### Major Changes diff --git a/packages/auth-js/package.json b/packages/auth-js/package.json index cbdcd5ac..f7903f29 100644 --- a/packages/auth-js/package.json +++ b/packages/auth-js/package.json @@ -1,6 +1,6 @@ { "name": "@hono/auth-js", - "version": "1.0.0", + "version": "1.0.1", "description": "A third-party Auth js middleware for Hono", "main": "dist/index.js", "exports": {