Skip to content

Commit 02e33d2

Browse files
committed
chore: release 5.1.0
1 parent 923f437 commit 02e33d2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [5.1.0](https://github.com/sveltejs/svelte-preprocess/compare/v5.0.3...v5.1.0) (2023-11-10)
2+
3+
### Bug Fixes
4+
5+
- spelling "dianostics" - "diagnostics" ([#606](https://github.com/sveltejs/svelte-preprocess/issues/606)) ([a48cc4e](https://github.com/sveltejs/svelte-preprocess/commit/a48cc4e122f749a4edcd4c1873d9e340eb84a550))
6+
7+
### Features
8+
9+
- add experimental support for Svelte 5 ([923f437](https://github.com/sveltejs/svelte-preprocess/commit/923f437d4d603f9c8fdcc6dd38eaca9f4c6a0313))
10+
111
## [5.0.4](https://github.com/sveltejs/svelte-preprocess/compare/v5.0.3...v5.0.4) (2023-05-26)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-preprocess",
3-
"version": "5.0.4",
3+
"version": "5.1.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)