From f9d657e68f826f017f455b926b757edfc8c2ed25 Mon Sep 17 00:00:00 2001 From: WFH Brian Date: Thu, 11 Jul 2024 15:01:46 -0400 Subject: [PATCH] 2.1.86 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec559e51..0623d0d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-smart-connections", - "version": "2.1.85", + "version": "2.1.86", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-smart-connections", - "version": "2.1.85", + "version": "2.1.86", "license": "SEE LICENSE IN LICENSE", "dependencies": { "ejs": "file:./ejs.min", diff --git a/package.json b/package.json index efabf028..90f7c693 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-connections", - "version": "2.1.85", + "version": "2.1.86", "description": "Link and chat with your notes using ChatGPT and embedding artificial intelligence from OpenAI.", "scripts": { "build": "npm run compile && node build/esbuild.js",