We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342d4ee commit 17c2aebCopy full SHA for 17c2aeb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chatgpt-md",
3
- "version": "2.9.1",
+ "version": "2.9.2-beta",
4
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.",
5
"main": "main.js",
6
"type": "module",
versions.json
@@ -53,5 +53,6 @@
53
"2.8.2-beta": "0.15.0",
54
"2.8.3-beta": "0.15.0",
55
"2.9.0": "0.15.0",
56
- "2.9.1": "0.15.0"
+ "2.9.1": "0.15.0",
57
+ "2.9.2-beta": "0.15.0"
58
}
0 commit comments