diff --git a/manifest-beta.json b/manifest-beta.json index d2059617..2c38321a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "2.0.17-beta", + "version": "2.0.18-beta", "minAppVersion": "1.0.0", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/package.json b/package.json index 0e7b335c..5ebfe78b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-kanban", - "version": "2.0.17-beta", + "version": "2.0.18-beta", "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 ab6464f7..51e534f7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,2 +1 @@ -53a98e6 Fix errors with cards that only contain time -820591c Add isKanbanEditor flag to editor +a9ccbec Ensure clicking on suggestions doesn't close the item form diff --git a/versions.json b/versions.json index 88771e6f..7c8b897b 100644 --- a/versions.json +++ b/versions.json @@ -55,5 +55,6 @@ "2.0.14-beta": "1.0.0", "2.0.15-beta": "1.0.0", "2.0.16-beta": "1.0.0", - "2.0.17-beta": "1.0.0" + "2.0.17-beta": "1.0.0", + "2.0.18-beta": "1.0.0" }