File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
packages/vite-plugin-svelte Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @sveltejs/vite-plugin-svelte
2
2
3
+ ## 2.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - refactor: release vite-plugin-svelte as unbundled javascript with jsdoc types ([ #657 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/657 ) )
8
+
3
9
## 2.3.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/vite-plugin-svelte" ,
3
- "version" : " 2.3 .0" ,
3
+ "version" : " 2.4 .0" ,
4
4
"license" : " MIT" ,
5
5
"author" : " dominikg" ,
6
6
"files" : [
16
16
"./package.json" : " ./package.json"
17
17
},
18
18
"scripts" : {
19
- "check:publint" : " publint --strict" ,
20
- "check:types" : " tsc --noEmit"
19
+ "check:publint" : " publint --strict" ,
20
+ "check:types" : " tsc --noEmit"
21
21
},
22
22
"engines" : {
23
23
"node" : " ^14.18.0 || >= 16"
You can’t perform that action at this time.
0 commit comments