From 117641f6ead054c76375bab6bd24ee9fe9cd0d2d Mon Sep 17 00:00:00 2001 From: Scott Tomaszewski Date: Wed, 14 May 2025 14:25:54 -0400 Subject: [PATCH] Prepares for 0.6.0 release --- CHANGELOG..md | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG..md b/CHANGELOG..md index d5e0548..2bdd8e7 100644 --- a/CHANGELOG..md +++ b/CHANGELOG..md @@ -1,5 +1,9 @@ # Changelog +## 0.6.0 + +- Adds support for Live-Preview mode + ## 0.5.1 - Corrects parsing issue with hyphens diff --git a/manifest.json b/manifest.json index a27a36b..5669845 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "disciples-journal", "name": "Disciples Journal", - "version": "0.5.1", + "version": "0.6.0", "minAppVersion": "0.15.0", "description": "Embed Bible references and passages in your notes and read the Bible in Obsidian.", "author": "Scott Tomaszewski (Xentis)",