diff --git a/version.ts b/version.ts index 4284d2f7..de4a1b8f 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 d55f29b4..6fffbb29 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]].