This commit is contained in:
Logan Yang 2024-11-13 14:26:28 -08:00 committed by GitHub
parent 9608eadcaf
commit 0d574e1dce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "copilot",
"name": "Copilot",
"version": "2.7.1",
"version": "2.7.2",
"minAppVersion": "0.15.0",
"description": "An AI Copilot in Obsidian.",
"author": "Logan Yang",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-copilot",
"version": "2.7.1",
"version": "2.7.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-copilot",
"version": "2.7.1",
"version": "2.7.2",
"license": "AGPL-3.0",
"dependencies": {
"@huggingface/inference": "^2.6.4",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-copilot",
"version": "2.7.1",
"version": "2.7.2",
"description": "ChatGPT integration for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -59,5 +59,6 @@
"2.6.10": "0.15.0",
"2.6.11": "0.15.0",
"2.7.0": "0.15.0",
"2.7.1": "0.15.0"
"2.7.1": "0.15.0",
"2.7.2": "0.15.0"
}