From 59ef2232667908ffa5fbd1b1a7df7280d7d23164 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Tue, 20 Feb 2024 09:26:20 -0800 Subject: [PATCH] 1.2.4 --- manifest.json | 2 +- package.json | 2 +- release-notes.md | 3 ++- versions.json | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 1256d69..789e4bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-list-callouts", "name": "List Callouts", - "version": "1.2.3", + "version": "1.2.4", "minAppVersion": "1.1.1", "description": "Create simple callouts in lists.", "author": "mgmeyers", diff --git a/package.json b/package.json index 9cb392b..bf88138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-list-callouts", - "version": "1.2.3", + "version": "1.2.4", "description": "Create simple callouts in lists.", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index 1e10f2d..719d1db 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1,2 @@ -5a9e794 Try yarn +feca7be Merge pull request #52 from pdelre/patch-1 +8078655 Remove `build decos` log diff --git a/versions.json b/versions.json index 83b556f..c6bfb0b 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.2.0": "1.1.1", "1.2.1": "1.1.1", "1.2.2": "1.1.1", - "1.2.3": "1.1.1" + "1.2.3": "1.1.1", + "1.2.4": "1.1.1" }