Skip to content

Commit

Permalink
2.0.13-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Apr 18, 2024
1 parent bbf9d6c commit 14cb234
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.12-beta",
"version": "2.0.13-beta",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-kanban",
"version": "2.0.12-beta",
"version": "2.0.13-beta",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
d394e85 Fix #920 - Multi-byte date triggers break when date is selected
bbf9d6c Integrate tag search into new preview renderer
84a00f8 Add a ribbon icon that creates a new kanban board. (#806)
37cfda3 Add setting to search kanban board by clicking tags (#875)
9569e80 Fix issues with tag and date variations
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
"2.0.9-beta": "1.0.0",
"2.0.10-beta": "1.0.0",
"2.0.11-beta": "1.0.0",
"2.0.12-beta": "1.0.0"
"2.0.12-beta": "1.0.0",
"2.0.13-beta": "1.0.0"
}

0 comments on commit 14cb234

Please sign in to comment.