Skip to content

Commit b30be67

Browse files
committed
chore: bump to 0.3.0
1 parent 9c24ac7 commit b30be67

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.0] - 2024-01-10
6+
7+
- update README
8+
- fix cookie.maxAge in store.touch to milliseconds
9+
510
## [0.2.0] - 2024-01-10
611

712
- update README
@@ -15,5 +20,6 @@ All notable changes to this project will be documented in this file.
1520

1621
- First release
1722

23+
[0.3.0]: https://github.com/yutak23/svelte-kit-sessions/compare/v0.2.0...v0.3.0
1824
[0.2.0]: https://github.com/yutak23/svelte-kit-sessions/compare/v0.1.1...v0.2.0
1925
[0.1.1]: https://github.com/yutak23/svelte-kit-sessions/compare/v0.1.0...v0.1.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-kit-sessions",
33
"description": "User-friendly session management module for SvelteKit. Effortlessly integrate efficient session handling into your projects. Session is stored in the store (ex. Redis, Cloudflare KV, etc.), not in a cookie.",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"author": "yutak23 <yuta.katayama.23+github@gmail.com> (https://github.com/yutak23)",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)