Version Packages (#1303)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1265/merge @hono/session@0.1.1
github-actions[bot] 2025-07-11 18:27:58 +09:00 committed by GitHub
parent 037fd94b7b
commit b5186da328
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': patch
---
Fix types for `SessionOptions` cookie methods

View File

@ -1,5 +1,11 @@
# @hono/session # @hono/session
## 0.1.1
### Patch Changes
- [#1301](https://github.com/honojs/middleware/pull/1301) [`037fd94b7b0e17a049c979fa8750bd6673fdae19`](https://github.com/honojs/middleware/commit/037fd94b7b0e17a049c979fa8750bd6673fdae19) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Fix types for `SessionOptions` cookie methods
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

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