diff --git a/manifest.json b/manifest.json index c811e207..65d4b41a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "2.0.44", + "version": "2.0.45", "minAppVersion": "1.0.0", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/package.json b/package.json index f1925d37..bb5dd7ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-kanban", - "version": "2.0.44", + "version": "2.0.45", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index a5100f5b..1ea596bc 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,2 +1 @@ -19c0ce6 Fix #953; Tag to bottom of card interferes with new Dataview functionality -d018888 Fix #954; Linked page date properties not formatting correctly +f53155b Fix various issues with linked page / inline metadata rendering diff --git a/versions.json b/versions.json index 310da791..ea53c64c 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "2.0.42-beta": "1.0.0", "2.0.0": "1.0.0", "2.0.43": "1.0.0", - "2.0.44": "1.0.0" + "2.0.44": "1.0.0", + "2.0.45": "1.0.0" }