diff --git a/manifest.json b/manifest.json index e57df53..f3abb9e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-list-callouts", "name": "List Callouts", - "version": "1.1.5", + "version": "1.2.0", "minAppVersion": "1.1.1", "description": "Create simple callouts in lists.", "author": "mgmeyers", diff --git a/release-notes.md b/release-notes.md index 2895b62..8fe176e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1 @@ -f257439 Fixes #39 -1d7111a Merge pull request #41 from acook/patch-1 -d100754 Make background transparent to click events -6306b66 Change cursor to match other empty text areas +fdca177 Add search box for icons; fixes #37 diff --git a/versions.json b/versions.json index 5e00bd4..83bf02c 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.1.0": "0.15.0", "1.0.1": "0.15.0", "1.0.0": "0.14.15", - "1.1.5": "1.1.1" + "1.1.5": "1.1.1", + "1.2.0": "1.1.1" }