From f41c5a46422b7ac822abefc49bb67152336bbdb4 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Fri, 13 Oct 2023 17:33:24 +0200 Subject: [PATCH] 0.5.3 --- version.ts | 2 +- website/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.ts b/version.ts index 4284d2f7f..de4a1b8f7 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.5.2"; +export const version = "0.5.3"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index d55f29b4b..6fffbb293 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -2,7 +2,7 @@ An attempt at documenting the changes/new features introduced in each release. --- -## 0.5.2 +## 0.5.3 * Changes to [[Objects]]: * Paragraphs are now indexed, see [[Objects@paragraph]] (thanks to [Ian Shehadeh](https://github.com/silverbulletmd/silverbullet/pull/528)) * For consistency, list items are now always indexed as well (whether they contain a [[Tags|tag]] or not) see [[Objects@item]].