From 3f9cff3f5337d86e4576303a8c91c4ee448c3776 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Thu, 21 Aug 2025 01:59:56 +0800 Subject: [PATCH] update release logs --- 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 4340206..35d1b87 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,7 @@ releases: + - version: "0.8.1" + fixes: + - "fix infio provider api key error" - version: "0.8.0" features: - "add infio pro" diff --git a/manifest.json b/manifest.json index 6f0b650..6eac4ca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.8.0", + "version": "0.8.1", "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 63f102c..18ccdf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.8.0", + "version": "0.8.1", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {