mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
2.8.6 (#1276)
This commit is contained in:
parent
5a6311297a
commit
faf8b3df39
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "copilot",
|
||||
"name": "Copilot",
|
||||
"version": "2.8.5",
|
||||
"version": "2.8.6",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "An AI Copilot in Obsidian.",
|
||||
"author": "Logan Yang",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-copilot",
|
||||
"version": "2.8.5",
|
||||
"version": "2.8.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-copilot",
|
||||
"version": "2.8.5",
|
||||
"version": "2.8.6",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-copilot",
|
||||
"version": "2.8.5",
|
||||
"version": "2.8.6",
|
||||
"description": "ChatGPT integration for Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -79,5 +79,6 @@
|
|||
"2.8.2": "0.15.0",
|
||||
"2.8.3": "0.15.0",
|
||||
"2.8.4": "0.15.0",
|
||||
"2.8.5": "0.15.0"
|
||||
"2.8.5": "0.15.0",
|
||||
"2.8.6": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue