From 61b42a8a0763a8dc4e3601bc75cce98fec547a9f Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Wed, 30 Apr 2025 18:49:15 +0800 Subject: [PATCH] update release log --- CHANGELOG.yaml | 4 ++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index b61d88f..beaba04 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,8 @@ releases: + - version: "0.2.3" + features: + - "fix apply view error" + - "update edit line prompt for google gemini model" - version: "0.2.2" features: - hotfix, fix default view to chat view diff --git a/manifest.json b/manifest.json index 0766c5b..e687ea7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.2.2", + "version": "0.2.3", "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 dc46d77..e9d66a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.2.2", + "version": "0.2.3", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {