File tree 4 files changed +14
-2
lines changed
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"changesets" : [
8
8
" big-ligers-turn" ,
9
+ " blue-eggs-work" ,
9
10
" brown-owls-bow" ,
10
11
" empty-turtles-report" ,
12
+ " flat-starfishes-think" ,
11
13
" gold-geese-refuse" ,
12
14
" lovely-crabs-return" ,
13
15
" lucky-boxes-tell" ,
Original file line number Diff line number Diff line change 1
1
# svelte-eslint-parser
2
2
3
+ ## 1.0.0-next.13
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #645 ] ( https://github.com/sveltejs/svelte-eslint-parser/pull/645 ) [ ` 6ff7516 ` ] ( https://github.com/sveltejs/svelte-eslint-parser/commit/6ff75160975fa91f31737e5fbb5244505624eeca ) Thanks [ @ota-meshi ] ( https://github.com/ota-meshi ) ! - feat: improve scoping of snippet declarations acting as slot properties
8
+
9
+ ### Patch Changes
10
+
11
+ - [ #650 ] ( https://github.com/sveltejs/svelte-eslint-parser/pull/650 ) [ ` bc75922 ` ] ( https://github.com/sveltejs/svelte-eslint-parser/commit/bc759223c158273dad7832419466b24a91a45957 ) Thanks [ @baseballyama ] ( https://github.com/baseballyama ) ! - fix: add ` parent ` node to ` SvelteFunctionBindingsExpression `
12
+
3
13
## 1.0.0-next.12
4
14
5
15
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-eslint-parser" ,
3
- "version" : " 1.0.0-next.12 " ,
3
+ "version" : " 1.0.0-next.13 " ,
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" ;
5
- export const version = "1.0.0-next.12 " ;
5
+ export const version = "1.0.0-next.13 " ;
You can’t perform that action at this time.
0 commit comments