From 3a1aac18800ebed1f03ae830e47ef6d94988c008 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Jul 2023 20:33:03 +0000 Subject: [PATCH] chore(release): updating to 1.4.2 [skip ci] ## [1.4.2](https://github.com/InterwebAlchemy/obsidian-ai-research-assistant/compare/1.4.1...1.4.2) (2023-07-29) ### Bug Fixes * remove obsidian- prefix from id ([e772562](https://github.com/InterwebAlchemy/obsidian-ai-research-assistant/commit/e77256276cdb42f6745c3a1a666d5dc3518a2d02)) --- manifest.json | 20 ++++++++++---------- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 9e6dfb2..64dc593 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "ai-research-assistant", - "name": "AI Research Assistant", - "version": "1.4.1", - "minAppVersion": "1.1.9", - "description": "A Prompt Engineering research utility for generative AI models like OpenAI's ChatGPT that facilitates archiving and searching conversations and live editing a conversation's context/memory.", - "author": "Interweb Alchemy", - "authorUrl": "https://github.com/InterwebAlchemy", - "fundingUrl": "https://ko-fi.com/ericrallen", - "isDesktopOnly": true -} + "id": "ai-research-assistant", + "name": "AI Research Assistant", + "version": "1.4.2", + "minAppVersion": "1.1.9", + "description": "A Prompt Engineering research utility for generative AI models like OpenAI's ChatGPT that facilitates archiving and searching conversations and live editing a conversation's context/memory.", + "author": "Interweb Alchemy", + "authorUrl": "https://github.com/InterwebAlchemy", + "fundingUrl": "https://ko-fi.com/ericrallen", + "isDesktopOnly": true +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 110cc62..df334f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@interwebalchemy/obsidian-ai-research-assistant", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@interwebalchemy/obsidian-ai-research-assistant", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "dependencies": { "@agney/react-loading": "^0.1.2", diff --git a/package.json b/package.json index 84db17c..78f5237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@interwebalchemy/obsidian-ai-research-assistant", - "version": "1.4.1", + "version": "1.4.2", "description": "Prompt Engineering research tool integrated into Obsidian.md", "license": "MIT", "main": "dist/main.js", diff --git a/versions.json b/versions.json index 0222c88..b56f5fe 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.3.0": "1.1.9", "1.3.1": "1.1.9", "1.4.0": "1.1.9", - "1.4.1": "1.1.9" + "1.4.1": "1.1.9", + "1.4.2": "1.1.9" } \ No newline at end of file