From 1f67d678537c2283c03aa9b823b1d0d394989324 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Sun, 26 May 2024 10:09:46 -0700 Subject: [PATCH] 2.0.48 --- manifest.json | 2 +- package.json | 2 +- release-notes.md | 4 +--- versions.json | 3 ++- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index dd16a46a..a7fdc3b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "2.0.47", + "version": "2.0.48", "minAppVersion": "1.0.0", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/package.json b/package.json index 7d51d7a2..dc643326 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-kanban", - "version": "2.0.47", + "version": "2.0.48", "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 9cd66f7b..2c8acfee 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1 @@ -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 +fb33fbf Fix #963; Ensure inline metadata is properly extracted from cards diff --git a/versions.json b/versions.json index 74645278..c777bf9c 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "2.0.44": "1.0.0", "2.0.45": "1.0.0", "2.0.46": "1.0.0", - "2.0.47": "1.0.0" + "2.0.47": "1.0.0", + "2.0.48": "1.0.0" }