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
parent
037fd94b7b
commit
b5186da328
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/session': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix types for `SessionOptions` cookie methods
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue