Version Packages (#786)

pull/789/head @hono/auth-js@1.0.12
github-actions[bot] 2024-10-21 07:26:47 +09:00 committed by GitHub
parent c19b51baaf
commit 2d1a89df26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/auth-js': patch
---
refactor session provider

View File

@ -1,5 +1,11 @@
# @hono/auth-js # @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 ## 1.0.11
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/auth-js", "name": "@hono/auth-js",
"version": "1.0.11", "version": "1.0.12",
"description": "A third-party Auth js middleware for Hono", "description": "A third-party Auth js middleware for Hono",
"main": "dist/index.js", "main": "dist/index.js",
"exports": { "exports": {