We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102578e commit 5a1532bCopy full SHA for 5a1532b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chatgpt-md",
3
- "version": "2.12.0-beta",
+ "version": "2.13.0-beta",
4
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.",
5
"main": "main.js",
6
"type": "module",
versions.json
@@ -58,5 +58,6 @@
58
"2.10.0-beta": "0.15.0",
59
"2.10.0": "0.15.0",
60
"2.11.0-beta": "0.15.0",
61
- "2.12.0-beta": "0.15.0"
+ "2.12.0-beta": "0.15.0",
62
+ "2.13.0-beta": "0.15.0"
63
}
0 commit comments