Skip to content

Commit

Permalink
chore: dump to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Aug 23, 2024
1 parent 6e41032 commit ca3a2c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [0.3.2] - 2024-08-23

- fix: getTtlMs failing with cookie.expires only

## [0.3.1] - 2024-06-12

- fix: cookies.delete is set to the cookie option passed to sveltekitSessionHandle when destroying
Expand All @@ -24,6 +28,7 @@ All notable changes to this project will be documented in this file.

- First release

[0.3.2]: https://github.com/yutak23/svelte-kit-sessions/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/yutak23/svelte-kit-sessions/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/yutak23/svelte-kit-sessions/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/yutak23/svelte-kit-sessions/compare/v0.1.1...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-kit-sessions",
"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.",
"version": "0.3.1",
"version": "0.3.2",
"author": "yutak23 <yuta.katayama.23+github@gmail.com> (https://github.com/yutak23)",
"repository": {
"type": "git",
Expand Down

0 comments on commit ca3a2c4

Please sign in to comment.