From 3620e972758745cc0700f07e7004e9002a1d6f90 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:29:35 +0200 Subject: [PATCH] Update CHANGELOG.md --- packages/svelte/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 7c581de91e8d..39c5a0884b76 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -2,7 +2,7 @@ ## 4.0.0 -### Patch Changes +### Major Changes - breaking: Minimum supported Node version is now Node 16 ([#8566](https://github.com/sveltejs/svelte/pull/8566)) @@ -46,6 +46,8 @@ - breaking: use `CustomEvent` constructor instead of deprecated `createEvent` method ([#8775](https://github.com/sveltejs/svelte/pull/8775)) +### Patch Changes + - fix: export ComponentType from `svelte` entrypoint ([#8578](https://github.com/sveltejs/svelte/pull/8578)) - feat: smaller minified output for destructor chunks ([#8763](https://github.com/sveltejs/svelte/pull/8763))