Skip to content

Commit

Permalink
chore: dump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Jun 12, 2024
1 parent 5a7b726 commit 8567bd3
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.1] - 2024-06-12

- fix: cookies.delete is set to the cookie option passed to sveltekitSessionHandle when destroying

## [0.3.0] - 2024-01-12

- update README
Expand All @@ -20,6 +24,7 @@ All notable changes to this project will be documented in this file.

- First release

[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
[0.1.1]: https://github.com/yutak23/svelte-kit-sessions/compare/v0.1.0...v0.1.1
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.0",
"version": "0.3.1",
"author": "yutak23 <yuta.katayama.23+github@gmail.com> (https://github.com/yutak23)",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8567bd3

Please sign in to comment.