From d57551dd23666d27f1048d3139cc86bd673acc8e Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Tue, 17 Jun 2025 08:49:12 +0800 Subject: [PATCH] update release logs --- 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 c2c8193..92fe9cb 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,8 @@ releases: + - version: "0.6.13" + features: + - "fix settings migration" + - "update settings migration" - version: "0.6.12" features: - "fix settings migration" diff --git a/manifest.json b/manifest.json index 396b7a0..9d0ed89 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.6.12", + "version": "0.6.13", "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 15ab82d..b935cb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.6.12", + "version": "0.6.13", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {