diff --git a/version.ts b/version.ts index 91955c3c..a9d35f59 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.5.0"; +export const version = "0.5.1"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 5e112ad6..a10b1e49 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,7 +3,7 @@ release. --- -## Next +## 0.5.1 * Fixes to auto-sizing of [[Live Queries]] and [[Live Templates]] widgets * Fixed the combination of `limit` and `order by` not working well * Auto complete for queries now works for queries split across multiple lines