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
parent
68cbb31af4
commit
55e4b19a50
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/session': minor
|
||||
---
|
||||
|
||||
feat: enable accessing sid via `c.var.session.id`
|
|
@ -1,5 +1,11 @@
|
|||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/session",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"description": "Session middleware for Hono",
|
||||
"type": "module",
|
||||
"module": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue