Skip to content

Commit c522b8e

Browse files
committed
chore(release): 6.0.3
1 parent 455e6e9 commit c522b8e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [6.0.3](https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3) (2024-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* add pug mixins to support svelte-5 syntax ([#654](https://github.com/sveltejs/svelte-preprocess/issues/654)) ([9d49f3d](https://github.com/sveltejs/svelte-preprocess/commit/9d49f3d1e15f702fab1b9facccb2153d05eb725d))
7+
* ignore sass deprecation warning ([#657](https://github.com/sveltejs/svelte-preprocess/issues/657)) ([9b54325](https://github.com/sveltejs/svelte-preprocess/commit/9b5432540b6683f556ff1f6cf92ae41b4fc3bcb4)), closes [#656](https://github.com/sveltejs/svelte-preprocess/issues/656)
8+
9+
10+
111
## [6.0.2](https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2) (2024-07-09)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-preprocess",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)