Skip to content

Commit 537b975

Browse files
committed
chore(release): 5.0.0-alpha.1
1 parent f0382b6 commit 537b975

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.0.0-alpha.1](https://github.com/sveltejs/svelte-preprocess/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2022-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 add sugarss v3 and v4 as supported ([b380999](https://github.com/sveltejs/svelte-preprocess/commit/b380999d988252a3abefef9b242fd93fa6842073))
7+
* map .sss as .css to support sugarss extension ([7c177c9](https://github.com/sveltejs/svelte-preprocess/commit/7c177c9e5cb5105877f2073ffc276b5dc322723d))
8+
9+
10+
111
# [5.0.0-alpha.0](https://github.com/sveltejs/svelte-preprocess/compare/v4.10.5...v5.0.0-alpha.0) (2022-12-10)
212

313

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.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)