diff --git a/version.ts b/version.ts index f4187f2d..764a4ef7 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.5.4"; +export const version = "0.5.5"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index bafa3a95..08b758fa 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,6 +1,11 @@ An attempt at documenting the changes/new features introduced in each release. +--- +## 0.5.5 +* Bugfix: on some filesystems that don't report file creation time (like some NASes), SilverBullet crash. This should now be fixed. +* Performance improvements the loading of code widgets (e.g. Live Queries, Live Templates) + --- ## 0.5.4 * We’re on a journey to rethink [[Templates]]: