Skip to content

Commit 45b4604

Browse files
committed
chore: release 6.0.2
1 parent 170ab95 commit 45b4604

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [6.0.2](https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2) (2024-07-09)
2+
3+
4+
### Bug Fixes
5+
6+
* remove customConditions tsconfig option ([#648](https://github.com/sveltejs/svelte-preprocess/issues/648)) ([afb80ae](https://github.com/sveltejs/svelte-preprocess/commit/afb80ae3fa1cafcf5293c1ab274e99b1966c632f)), closes [#646](https://github.com/sveltejs/svelte-preprocess/issues/646)
7+
8+
9+
110
## [6.0.1](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.4...v6.0.1) (2024-06-14)
211

312
### Bug Fixes

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

0 commit comments

Comments
 (0)