File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 4
4
"initialVersions" : {
5
5
"svelte-eslint-parser" : " 0.33.1"
6
6
},
7
- "changesets" : []
7
+ "changesets" : [
8
+ " friendly-hats-flow"
9
+ ]
8
10
}
Original file line number Diff line number Diff line change 1
1
# svelte-eslint-parser
2
2
3
+ ## 0.34.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #421 ] ( https://github.com/sveltejs/svelte-eslint-parser/pull/421 ) [ ` 59fc0e9 ` ] ( https://github.com/sveltejs/svelte-eslint-parser/commit/59fc0e90bdd20f208a4ae8c3527ea51acf106811 ) Thanks [ @ota-meshi ] ( https://github.com/ota-meshi ) ! - feat: (experimental) partial support for Svelte v5 parser
8
+
3
9
## 0.33.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-eslint-parser" ,
3
- "version" : " 0.33.1 " ,
3
+ "version" : " 0.34.0-next.0 " ,
4
4
"description" : " Svelte parser for ESLint" ,
5
5
"repository" : " git+https://github.com/sveltejs/svelte-eslint-parser.git" ,
6
6
"homepage" : " https://github.com/sveltejs/svelte-eslint-parser#readme" ,
Original file line number Diff line number Diff line change 2
2
// This file has been automatically generated,
3
3
// in order to update its content execute "pnpm run build:meta"
4
4
export const name = "svelte-eslint-parser" as const ;
5
- export const version = "0.33.1 " as const ;
5
+ export const version = "0.34.0-next.0 " as const ;
You can’t perform that action at this time.
0 commit comments