We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2b98e commit 9ad44ceCopy full SHA for 9ad44ce
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "embed-metadata",
3
"name": "Embed Metadata",
4
- "version": "0.7.1",
+ "version": "0.8.0",
5
"minAppVersion": "1.0.0",
6
"description": "Render frontmatter metadata (Properties) inside your notes with a lightweight inline syntax.",
7
"author": "Schemen",
package.json
@@ -1,6 +1,6 @@
"name": "embed-metadata",
"description": "Render frontmatter metadata inside Obsidian notes with lightweight inline syntax.",
"private": true,
"main": "main.js",
versions.json
@@ -10,5 +10,6 @@
10
"0.5.2": "0.15.0",
11
"0.6.0": "1.0.0",
12
"0.7.0": "1.0.0",
13
- "0.7.1": "1.0.0"
+ "0.7.1": "1.0.0",
14
+ "0.8.0": "1.0.0"
15
}
0 commit comments