Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
## 4.4.1

-   Removed `content` parameter
-   Fixed some issues related to resolving parameters
  • Loading branch information
valentine195 committed Jun 2, 2021
1 parent e074cbd commit 06712df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,11 @@ No additional features are planned at this time. If there is a feature missing t

# Version History

## 4.4.1

- Removed `content` parameter
- Fixed some issues related to resolving parameters

## 4.4.0

- Added ability to register and unregister commands to insert admonitions into a note
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "4.4.0",
"version": "4.4.1",
"minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-admonition",
"version": "4.4.0",
"version": "4.4.1",
"description": "Admonition block-styled content for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"4.1.7": "0.11.0",
"4.2.1": "0.11.0",
"4.3.1": "0.12.0",
"4.4.0": "0.12.2"
"4.4.1": "0.12.2"
}

0 comments on commit 06712df

Please sign in to comment.