Skip to content

Commit 6224b4d

Browse files
committed
chore(release): 0.9.0
1 parent ba6b916 commit 6224b4d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.9.0 (2025-01-03)
6+
7+
8+
### Features
9+
10+
* save session ([31939c5](https://github.com/mguleryuz/hono-sess/commit/31939c525bf90923bceec6e2536201402c3a5cb9))
11+
* set cookie and persist ([74d7897](https://github.com/mguleryuz/hono-sess/commit/74d78974eb770ef837cffdfb61566a7fb9ce4338))
12+
13+
14+
### Bug Fixes
15+
16+
* enviroment and readme ([a8dcb19](https://github.com/mguleryuz/hono-sess/commit/a8dcb19523b953a78166e0cfaf4fad195e1b8fb0))
17+
* expose cookie and refactor session type ([334f8b7](https://github.com/mguleryuz/hono-sess/commit/334f8b71d3ef5efc4d68f78bf7e524defb5e5e57))
18+
* types merged to comply with express-session ([f8840f0](https://github.com/mguleryuz/hono-sess/commit/f8840f0dae0c832b18380a48fd95565bc7dc16da))

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

0 commit comments

Comments
 (0)