diff --git a/manifest.json b/manifest.json index 65d4b41a..8c4bd6c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "2.0.45", + "version": "2.0.46", "minAppVersion": "1.0.0", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/package.json b/package.json index bb5dd7ae..76b63df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-kanban", - "version": "2.0.45", + "version": "2.0.46", "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 1ea596bc..f4157766 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -f53155b Fix various issues with linked page / inline metadata rendering +51b77ce Fix #958; Force insert mode when first editing kanban card and vim is active diff --git a/versions.json b/versions.json index ea53c64c..dce2b01a 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "2.0.0": "1.0.0", "2.0.43": "1.0.0", "2.0.44": "1.0.0", - "2.0.45": "1.0.0" + "2.0.45": "1.0.0", + "2.0.46": "1.0.0" }