diff --git a/manifest-beta.json b/manifest-beta.json index 939cb180..4e47f435 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "2.0.28-beta", + "version": "2.0.29-beta", "minAppVersion": "1.0.0", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/package.json b/package.json index 5da15410..7a8f5eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-kanban", - "version": "2.0.28-beta", + "version": "2.0.29-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 a371b777..f48dc423 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1,2 @@ -22ba4e0 Ensure command palette commans work in kanban editor +d485c98 Don't patch workspace prototype +2d116ef Clone viewstate when saving/retrieving diff --git a/versions.json b/versions.json index 12609a35..0126bde7 100644 --- a/versions.json +++ b/versions.json @@ -65,5 +65,6 @@ "2.0.24-beta": "1.0.0", "2.0.26-beta": "1.0.0", "2.0.27-beta": "1.0.0", - "2.0.28-beta": "1.0.0" + "2.0.28-beta": "1.0.0", + "2.0.29-beta": "1.0.0" }