File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 210
210
" good-cars-visit" ,
211
211
" good-pianos-jump" ,
212
212
" good-plums-type" ,
213
+ " good-rice-tap" ,
213
214
" good-rivers-yawn" ,
214
215
" good-roses-argue" ,
215
216
" gorgeous-boxes-design" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.170
4
+
5
+ ### Patch Changes
6
+
7
+ - breaking: expose ` CompileError ` interface, not class ([ #12255 ] ( https://github.com/sveltejs/svelte/pull/12255 ) )
8
+
3
9
## 5.0.0-next.169
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.169 " ,
5
+ "version" : " 5.0.0-next.170 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.169 ' ;
9
+ export const VERSION = '5.0.0-next.170 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments