Skip to content

Commit

Permalink
1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Sep 8, 2024
1 parent 6803590 commit afc7d31
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-list-callouts",
"name": "List Callouts",
"version": "1.2.8",
"version": "1.2.9",
"minAppVersion": "1.1.1",
"description": "Create simple callouts in lists.",
"author": "mgmeyers",
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-list-callouts",
"version": "1.2.8",
"version": "1.2.9",
"description": "Create simple callouts in lists.",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
95af306 Use more performant algorithm
307c987 Fix tasks plugin interfering with list callout rendering; fix #51
b63d156 Add style setting to control background opacity
6803590 Fix #67; Only match symbol if it is at beginning of line
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"1.2.5": "1.1.1",
"1.2.6": "1.1.1",
"1.2.7": "1.1.1",
"1.2.8": "1.1.1"
"1.2.8": "1.1.1",
"1.2.9": "1.1.1"
}

0 comments on commit afc7d31

Please sign in to comment.