From cf80b94b199f29098e96d79701120ee51c54f4d2 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Wed, 26 Jul 2023 09:02:53 +0200 Subject: [PATCH] 0.3.6 --- version.ts | 2 +- website/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.ts b/version.ts index b44e3873..d144a252 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.3.5"; +export const version = "0.3.6"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index fcd4fd00..d9329c85 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,7 +3,7 @@ release. --- -## Next +## 0.3.6 * [Mobile view improvements](https://github.com/silverbulletmd/silverbullet/pull/452) for tables and directives (vertical spacing) by [vuau](https://github.com/vuau) * Internal work on [color theming](https://github.com/silverbulletmd/silverbullet/pull/455) by [TheLD6978](https://github.com/TheLD6978) * Re-implemented fuzzy search in the page picker, command palette etc. with [Fuse.js](https://www.fusejs.io/) — let’s see if people like this better.