Skip to content

Commit b54b98c

Browse files
chore: release svelte-eslint-parser (next)
1 parent bc75922 commit b54b98c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
},
77
"changesets": [
88
"big-ligers-turn",
9+
"blue-eggs-work",
910
"brown-owls-bow",
1011
"empty-turtles-report",
12+
"flat-starfishes-think",
1113
"gold-geese-refuse",
1214
"lovely-crabs-return",
1315
"lucky-boxes-tell",

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte-eslint-parser
22

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+
313
## 1.0.0-next.12
414

515
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-eslint-parser",
3-
"version": "1.0.0-next.12",
3+
"version": "1.0.0-next.13",
44
"description": "Svelte parser for ESLint",
55
"repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git",
66
"homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme",

src/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run build:meta"
44
export const name = "svelte-eslint-parser";
5-
export const version = "1.0.0-next.12";
5+
export const version = "1.0.0-next.13";

0 commit comments

Comments
 (0)