From f0cdf97be95d5ebf28babe00567e0e8ca49e1f1d Mon Sep 17 00:00:00 2001 From: yutak23 Date: Tue, 9 Jan 2024 01:40:57 +0000 Subject: [PATCH] chore: bump to 0.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..01200bd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.0] - 2024-01-09 + +- First release diff --git a/package.json b/package.json index ead84ac..18ce42a 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.0.12", + "version": "0.1.0", "author": "yutak23 (https://github.com/yutak23)", "repository": { "type": "git",