From 31394a3c2c91b149757a618e0dbe112044a682e9 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Tue, 17 Jun 2025 07:56:22 +0800 Subject: [PATCH] update release --- CHANGELOG.yaml | 3 +++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 112baf4..c2c8193 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,7 @@ releases: + - version: "0.6.12" + features: + - "fix settings migration" - version: "0.6.10" features: - "update chat history view" diff --git a/manifest.json b/manifest.json index 02e3eab..f56eb2b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.6.10", + "version": "0.6.11", "minAppVersion": "0.15.0", "description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes", "author": "Felix.D", diff --git a/package.json b/package.json index af19101..b8665dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.6.10", + "version": "0.6.11", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {