Skip to content

Commit 9ad44ce

Browse files
committed
0.8.0 release
1 parent cd2b98e commit 9ad44ce

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "embed-metadata",
33
"name": "Embed Metadata",
4-
"version": "0.7.1",
4+
"version": "0.8.0",
55
"minAppVersion": "1.0.0",
66
"description": "Render frontmatter metadata (Properties) inside your notes with a lightweight inline syntax.",
77
"author": "Schemen",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embed-metadata",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Render frontmatter metadata inside Obsidian notes with lightweight inline syntax.",
55
"private": true,
66
"main": "main.js",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"0.5.2": "0.15.0",
1111
"0.6.0": "1.0.0",
1212
"0.7.0": "1.0.0",
13-
"0.7.1": "1.0.0"
13+
"0.7.1": "1.0.0",
14+
"0.8.0": "1.0.0"
1415
}

0 commit comments

Comments
 (0)