From c29ee3bc67545b7dc66c061f5fcd23726c20e38b Mon Sep 17 00:00:00 2001 From: Logan Yang Date: Sat, 7 Jun 2025 14:18:24 -0700 Subject: [PATCH] 2.9.0 (#1531) --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 4 ++-- versions.json | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 1601dbc0..0e14f2d0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "copilot", "name": "Copilot", - "version": "2.8.9", + "version": "2.9.0", "minAppVersion": "0.15.0", "description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.", "author": "Logan Yang", @@ -10,4 +10,4 @@ "Buy Me a Coffee": "https://www.buymeacoffee.com/logancyang", "GitHub Sponsor": "https://github.com/sponsors/logancyang" } -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index f7cb2c7b..066a9840 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-copilot", - "version": "2.8.9", + "version": "2.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-copilot", - "version": "2.8.9", + "version": "2.9.0", "license": "AGPL-3.0", "dependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index 1a2bb0b5..91477f61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-copilot", - "version": "2.8.9", + "version": "2.9.0", "description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.", "main": "main.js", "scripts": { @@ -136,4 +136,4 @@ "tailwindcss-animate": "^1.0.7", "trie-search": "^2.2.0" } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index 099e76ab..ef063b40 100644 --- a/versions.json +++ b/versions.json @@ -83,5 +83,6 @@ "2.8.6": "0.15.0", "2.8.7": "0.15.0", "2.8.8": "0.15.0", - "2.8.9": "0.15.0" + "2.8.9": "0.15.0", + "2.9.0": "0.15.0" }