From e28d3b558b5876fcfe7b2cd599bc6dab3d32acae Mon Sep 17 00:00:00 2001 From: Ethan Hampton Date: Sun, 19 May 2024 12:56:28 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5422368..bb16c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.1 + +- Update Svelte peer dependency version lock to include Svelte 5 + + This should have no impact on Svelte 3 or 4 users, but will allow folks to start trying out Svelte 5 if they so please. Any errors or issues should be reported as bugs in order to resolve them before Svelte 5 is offically released. + + **Plugin versions `v0.8.x` will be the last to support Svelte 3 and Svelte 4 below `v4.2.1`** + ## 0.8.0 (Breaking) - **Minorly Breaking** Caching is automatically enabled after two sucessful builds when using the `context` esbuild API diff --git a/version.txt b/version.txt index a3df0a6..6f4eebd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.0 +0.8.1