This commit is contained in:
Logan Yang 2025-06-07 14:18:24 -07:00 committed by GitHub
parent 11eb05e9fa
commit c29ee3bc67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View file

@ -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"
}
}
}

4
package-lock.json generated
View file

@ -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",

View file

@ -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"
}
}
}

View file

@ -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"
}