From e3dd2fda08842ef19686b1cbffddc8e5c74053ca Mon Sep 17 00:00:00 2001 From: yutak23 Date: Tue, 9 Jan 2024 01:48:39 +0000 Subject: [PATCH] chore: bump to 0.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01200bd..b113f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2024-01-09 + +- update README + ## [0.1.0] - 2024-01-09 - First release + +[0.1.1]: https://github.com/yutak23/vitest-openapi/compare/v0.1.0...v0.1.1 diff --git a/package.json b/package.json index 18ce42a..bae0b8e 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.1.0", + "version": "0.1.1", "author": "yutak23 (https://github.com/yutak23)", "repository": { "type": "git",