From 293541401dd33efa65558fcedbe566bc52b69489 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 17 Jan 2026 22:06:21 +0000 Subject: [PATCH] chore(release): 0.7.1-build.20260117 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated release with automated versioning system. Release type: patch Build date: 2026-01-17 22:06:21 UTC 🤖 Generated with automated release workflow --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a5215..ddcb963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.7.1-build.20260117] (2026-01-17) + +* Merge pull request #26 from KGAudioLab/feat/2026-01-17-add-option-allow-persist-api-key-on-non-localhost (59faeff) +* fix: added a warning comment (609efab) +* docs: updated README.md (8c1ab53) +* feat: add option to persist API keys on non-localhost (opt-in security feature) (e8b79ef) + # [0.7.0-build.20260117] (2026-01-17) * Merge pull request #25 from KGAudioLab/feat/2025-12-25-more-models (6717cea) diff --git a/package.json b/package.json index 5afcb14..1ffd123 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.7.0-build.20260117", + "version": "0.7.1-build.20260117", "type": "module", "scripts": { "dev": "vite",