Version Packages (#1264)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>pull/1267/head @hono/session@0.1.0
parent
18b1ebc662
commit
fe1e1851e9
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/session': minor
|
||||
---
|
||||
|
||||
Initial release
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue