Skip to content

Commit 5b7d28b

Browse files
committed
chore(release): 0.10.0
1 parent d815189 commit 5b7d28b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.10.0](https://github.com/mguleryuz/hono-sess/compare/v0.9.1...v0.10.0) (2025-01-05)
6+
7+
### Bug Fixes
8+
9+
- missing express session types ([d815189](https://github.com/mguleryuz/hono-sess/commit/d8151896743003c9f4a121c296175d08b7ab14bd))
10+
511
### [0.9.1](https://github.com/mguleryuz/hono-sess/compare/v0.9.0...v0.9.1) (2025-01-05)
612

713
## 0.9.0 (2025-01-03)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hono-sess",
33
"description": "A Simple Session Middleware for Hono",
4-
"version": "0.9.1",
4+
"version": "0.10.0",
55
"exports": {
66
".": {
77
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)