Skip to content

Commit

Permalink
chore: dump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Nov 13, 2024
1 parent 8a791f7 commit efb7997
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.renderWhitespace": "all",
"javascript.updateImportsOnFileMove.enabled": "always",
Expand Down
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.4.0] - 2024-11-13

- chore: update dependencies

## [0.3.2] - 2024-08-23

- fix: getTtlMs failing with cookie.expires only
Expand All @@ -28,6 +32,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.2...v0.4.0
[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
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.2",
"version": "0.4.0",
"author": "yutak23 <yuta.katayama.23+github@gmail.com> (https://github.com/yutak23)",
"repository": {
"type": "git",
Expand Down

0 comments on commit efb7997

Please sign in to comment.