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.6
1 parent 2c237af commit f6e89ccCopy full SHA for f6e89cc
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "js-engine",
3
"name": "JS Engine",
4
- "version": "0.0.5",
+ "version": "0.0.6",
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,3 +1,4 @@
- "1.0.0": "0.15.0"
+ "1.0.0": "0.15.0",
+ "0.0.6": "1.4.0"
}
0 commit comments