diff --git a/.vscode/settings.json b/.vscode/settings.json index 4d4b540..47ad458 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f8ca0..9225812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 68fffd3..d7164f9 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/yutak23)", "repository": { "type": "git",