From bd3b0b6d350eb26ffb89424bc9c81e503d00832e Mon Sep 17 00:00:00 2001 From: Haouari haitam Kouider <57036855+haouarihk@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:28:07 +0100 Subject: [PATCH] 0.7.39-beta --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index db48deda..ab45fda4 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-textgenerator-plugin", "name": "Text Generator", - "version": "0.7.38-beta", + "version": "0.7.39-beta", "minAppVersion": "1.6.0", "description": "Text generation using AI", "author": "Noureddine Haouari", diff --git a/manifest.json b/manifest.json index 307d67dc..a1bd1c26 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-textgenerator-plugin", "name": "Text Generator", - "version": "0.7.38", + "version": "0.7.39", "minAppVersion": "1.6.0", "description": "Text generation using AI", "author": "Noureddine Haouari", diff --git a/package.json b/package.json index 67753fff..277714d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-textgenerator-plugin", - "version": "0.7.38-beta", + "version": "0.7.39-beta", "description": "Text generator is a handy plugin that helps you generate text content using GPT-3 (OpenAI).", "obsidian": { "minAppVersion": "1.6.0" @@ -105,6 +105,7 @@ "mime-types": "^2.1.35", "moment": "^2.30.1", "obsidian-dataview": "^0.5.67", + "p2pcf": "^1.3.14", "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0", "pretty-error": "^4.0.0",