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.