This commit is contained in:
Logan Yang 2024-09-04 21:46:38 -07:00 committed by GitHub
parent 42d74c89f3
commit 67fdb5035e
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.6.1",
"version": "2.6.2",
"minAppVersion": "0.15.0",
"description": "A ChatGPT Copilot in Obsidian.",
"author": "Logan Yang",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-copilot",
"version": "2.6.1",
"version": "2.6.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-copilot",
"version": "2.6.1",
"version": "2.6.2",
"license": "AGPL-3.0",
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",

View file

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

View file

@ -47,5 +47,6 @@
"2.5.4": "0.15.0",
"2.5.5": "0.15.0",
"2.6.0": "0.15.0",
"2.6.1": "0.15.0"
"2.6.1": "0.15.0",
"2.6.2": "0.15.0"
}