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.8
1 parent c4a90d5 commit 3a3f4c8Copy full SHA for 3a3f4c8
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "js-engine",
3
"name": "JS Engine",
4
- "version": "0.0.7",
+ "version": "0.0.8",
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
@@ -1,5 +1,6 @@
"1.0.0": "0.15.0",
"0.0.6": "1.4.0",
- "0.0.7": "1.4.0"
+ "0.0.7": "1.4.0",
+ "0.0.8": "1.4.0"
}
0 commit comments