Skip to content

Commit 06712df

Browse files
committed
4.4.1
## 4.4.1 - Removed `content` parameter - Fixed some issues related to resolving parameters
1 parent e074cbd commit 06712df

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@ No additional features are planned at this time. If there is a feature missing t
329329

330330
# Version History
331331

332+
## 4.4.1
333+
334+
- Removed `content` parameter
335+
- Fixed some issues related to resolving parameters
336+
332337
## 4.4.0
333338

334339
- Added ability to register and unregister commands to insert admonitions into a note

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.4.0",
4+
"version": "4.4.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.4.0",
3+
"version": "4.4.1",
44
"description": "Admonition block-styled content for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"4.1.7": "0.11.0",
1010
"4.2.1": "0.11.0",
1111
"4.3.1": "0.12.0",
12-
"4.4.0": "0.12.2"
12+
"4.4.1": "0.12.2"
1313
}

0 commit comments

Comments
 (0)