Version Packages (#1264)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1265/head @hono/session@0.1.0
github-actions[bot] 2025-06-26 15:33:05 +09:00 committed by GitHub
parent 18b1ebc662
commit fe1e1851e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/session': minor
---
Initial release

View File

@ -0,0 +1,7 @@
# @hono/session
## 0.1.0
### Minor Changes
- [#1188](https://github.com/honojs/middleware/pull/1188) [`18b1ebc662c276212097615a310f7c6c28883a34`](https://github.com/honojs/middleware/commit/18b1ebc662c276212097615a310f7c6c28883a34) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Initial release

View File

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