Skip to content

Commit

Permalink
chore: version 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
longy2k committed Feb 25, 2024
1 parent 3872f72 commit c50b161
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "bmo-chatbot",
"name": "BMO Chatbot",
"version": "1.8.7",
"version": "1.8.8",
"minAppVersion": "1.0.0",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's \"gpt-3.5-turbo\" and \"gpt-4.\"",
"author": "Longy2k",
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "bmo-chatbot",
"version": "1.8.7",
"version": "1.8.8",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's \"gpt-3.5-turbo\" and \"gpt-4.\"",
"main": "main.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"obsidian": "^1.5.7-1",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
Expand Down
3 changes: 2 additions & 1 deletion versions.json
@@ -1,3 +1,4 @@
{
"1.8.7": "1.0.0"
"1.8.7": "1.0.0",
"1.8.8": "1.0.0"
}

0 comments on commit c50b161

Please sign in to comment.