From 09aed467392b54355811da9aa8e09e19390003d3 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Fri, 20 Jun 2025 13:51:53 +0800 Subject: [PATCH] update, fixed chatview style --- 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 ab4cba0..9643bf6 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,8 @@ releases: + - version: "0.6.17" + fixes: + - "fix mermaid block style" + - "fix chat view style" - version: "0.6.16" fixes: - "fix chat view style" diff --git a/manifest.json b/manifest.json index c83f9d4..59b2896 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.6.16", + "version": "0.6.17", "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 bae91e5..4258861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.6.16", + "version": "0.6.17", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {