We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.0.9
1 parent 01dc45e commit 6478290Copy full SHA for 6478290
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "js-engine",
3
"name": "JS Engine",
4
- "version": "0.0.8",
+ "version": "0.0.9",
5
"minAppVersion": "1.4.0",
6
"description": "Run JavaScript from within your notes.",
7
"author": "Moritz Jung",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-js-engine-plugin",
"description": "This plugin for obsidian allows you to use and run JavaScript from within your notes.",
"main": "main.js",
"scripts": {
versions.json
@@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"0.0.6": "1.4.0",
"0.0.7": "1.4.0",
- "0.0.8": "1.4.0"
+ "0.0.8": "1.4.0",
+ "0.0.9": "1.4.0"
}
0 commit comments