Skip to content

Commit aa65661

Browse files
committed
chore(release): 0.10.1
1 parent a90b91f commit aa65661

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.1](https://github.com/mguleryuz/hono-sess/compare/v0.10.0...v0.10.1) (2025-01-05)
6+
7+
### Bug Fixes
8+
9+
- max age discrepency between server and client ([a90b91f](https://github.com/mguleryuz/hono-sess/commit/a90b91ffb545ff572c318e5e5b3e22a9155a82ea))
10+
511
## [0.10.0](https://github.com/mguleryuz/hono-sess/compare/v0.9.1...v0.10.0) (2025-01-05)
612

713
### Bug Fixes

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.10.0",
4+
"version": "0.10.1",
55
"exports": {
66
".": {
77
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)