diff --git a/manifest.json b/manifest.json index 8c4bd6c..dd16a46 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "2.0.46", + "version": "2.0.47", "minAppVersion": "1.0.0", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/package.json b/package.json index 76b63df..7d51d7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-kanban", - "version": "2.0.46", + "version": "2.0.47", "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 f415776..9cd66f7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1,3 @@ -51b77ce Fix #958; Force insert mode when first editing kanban card and vim is active +f1a85c1 Strip hash char when creating new note from card +1c4edcc Fix #959; Link context menu not showing +541ab57 Fix #961; Error when using markdown links to daily notes diff --git a/versions.json b/versions.json index dce2b01..7464527 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "2.0.43": "1.0.0", "2.0.44": "1.0.0", "2.0.45": "1.0.0", - "2.0.46": "1.0.0" + "2.0.46": "1.0.0", + "2.0.47": "1.0.0" }