Version Packages (#1304)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1305/head @hono/session@0.2.0
github-actions[bot] 2025-07-13 17:16:43 +09:00 committed by GitHub
parent 68cbb31af4
commit 55e4b19a50
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/session': minor
---
feat: enable accessing sid via `c.var.session.id`

View File

@ -1,5 +1,11 @@
# @hono/session # @hono/session
## 0.2.0
### Minor Changes
- [#1272](https://github.com/honojs/middleware/pull/1272) [`68cbb31af43fd5916173f9f6b07c8cedb3dbe706`](https://github.com/honojs/middleware/commit/68cbb31af43fd5916173f9f6b07c8cedb3dbe706) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: enable accessing sid via `c.var.session.id`
## 0.1.1 ## 0.1.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/session", "name": "@hono/session",
"version": "0.1.1", "version": "0.2.0",
"description": "Session middleware for Hono", "description": "Session middleware for Hono",
"type": "module", "type": "module",
"module": "dist/index.js", "module": "dist/index.js",