Skip to content

Commit

Permalink
chore(release): 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Sep 26, 2024
1 parent 455e6e9 commit c522b8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [6.0.3](https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3) (2024-09-26)


### Bug Fixes

* 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))
* 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)



## [6.0.2](https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2) (2024-07-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-preprocess",
"version": "6.0.2",
"version": "6.0.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c522b8e

Please sign in to comment.