Skip to content

Commit 2ffb266

Browse files
committed
4.0.1
- Fixed issue where some admonition types could be added that would break Obsidian's post processor logic
1 parent d680a7e commit 2ffb266

File tree

4 files changed

+417
-387
lines changed

4 files changed

+417
-387
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-admonition",
33
"name": "Admonition",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"minAppVersion": "0.11.0",
66
"description": "Admonition block-styled content for Obsidian.md",
77
"author": "Jeremy Valentine",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-admonition",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Admonition block-styled content for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)