diff --git a/.changeset/rotten-tips-camp.md b/.changeset/rotten-tips-camp.md deleted file mode 100644 index 542427d5..00000000 --- a/.changeset/rotten-tips-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/auth-js': patch ---- - -refactor session provider diff --git a/packages/auth-js/CHANGELOG.md b/packages/auth-js/CHANGELOG.md index 28799da9..20002352 100644 --- a/packages/auth-js/CHANGELOG.md +++ b/packages/auth-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/auth-js +## 1.0.12 + +### Patch Changes + +- [#775](https://github.com/honojs/middleware/pull/775) [`c19b51baaf396647f2d6b021e38f083768328b74`](https://github.com/honojs/middleware/commit/c19b51baaf396647f2d6b021e38f083768328b74) Thanks [@divyam234](https://github.com/divyam234)! - refactor session provider + ## 1.0.11 ### Patch Changes diff --git a/packages/auth-js/package.json b/packages/auth-js/package.json index 5dd0b1a8..52600042 100644 --- a/packages/auth-js/package.json +++ b/packages/auth-js/package.json @@ -1,6 +1,6 @@ { "name": "@hono/auth-js", - "version": "1.0.11", + "version": "1.0.12", "description": "A third-party Auth js middleware for Hono", "main": "dist/index.js", "exports": {