Skip to content

Commit 59ebcb6

Browse files
committed
chore(release): 0.9.1
1 parent 74b2a97 commit 59ebcb6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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.9.0 (2025-01-03)
5+
### [0.9.1](https://github.com/mguleryuz/hono-sess/compare/v0.9.0...v0.9.1) (2025-01-05)
66

7+
## 0.9.0 (2025-01-03)
78

89
### Features
910

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-
11+
- save session ([31939c5](https://github.com/mguleryuz/hono-sess/commit/31939c525bf90923bceec6e2536201402c3a5cb9))
12+
- set cookie and persist ([74d7897](https://github.com/mguleryuz/hono-sess/commit/74d78974eb770ef837cffdfb61566a7fb9ce4338))
1313

1414
### Bug Fixes
1515

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

0 commit comments

Comments
 (0)