From 84f099fe486d4c229c1463becbb80c97389057d8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 25 Oct 2025 11:31:05 -0400 Subject: [PATCH] minor not patch --- packages/svelte/CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 769e2373d6..c59d4dbc6e 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,13 +1,15 @@ # svelte -## 5.41.5 +## 5.42.0 + +### Minor Changes + +- feat: experimental `fork` API ([#17004](https://github.com/sveltejs/svelte/pull/17004)) ### Patch Changes - fix: always allow `setContext` before first await in component ([#17031](https://github.com/sveltejs/svelte/pull/17031)) -- feat: experimental `fork` API ([#17004](https://github.com/sveltejs/svelte/pull/17004)) - - fix: less confusing names for inspect errors ([#17026](https://github.com/sveltejs/svelte/pull/17026)) ## 5.41.4