From 02e33d2f1454297b4e038a6e980d3bc727b7d7f7 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Fri, 10 Nov 2023 10:02:54 +0100 Subject: [PATCH] chore: release 5.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd7248b..79b6298e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [5.1.0](https://github.com/sveltejs/svelte-preprocess/compare/v5.0.3...v5.1.0) (2023-11-10) + +### Bug Fixes + +- spelling "dianostics" - "diagnostics" ([#606](https://github.com/sveltejs/svelte-preprocess/issues/606)) ([a48cc4e](https://github.com/sveltejs/svelte-preprocess/commit/a48cc4e122f749a4edcd4c1873d9e340eb84a550)) + +### Features + +- add experimental support for Svelte 5 ([923f437](https://github.com/sveltejs/svelte-preprocess/commit/923f437d4d603f9c8fdcc6dd38eaca9f4c6a0313)) + ## [5.0.4](https://github.com/sveltejs/svelte-preprocess/compare/v5.0.3...v5.0.4) (2023-05-26) ### Bug Fixes diff --git a/package.json b/package.json index 33bfedae..eca1d73d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-preprocess", - "version": "5.0.4", + "version": "5.1.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",