Skip to content

Commit 7627a21

Browse files
chore: release svelte-eslint-parser (next) (#447)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 168f920 commit 7627a21

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"honest-mangos-wave",
1515
"nine-pandas-fly",
1616
"tasty-ants-ring",
17+
"twenty-cats-shave",
1718
"yellow-cooks-end"
1819
]
1920
}

CHANGELOG.md

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

3+
## 0.34.0-next.6
4+
5+
### Minor Changes
6+
7+
- [#446](https://github.com/sveltejs/svelte-eslint-parser/pull/446) [`168f920`](https://github.com/sveltejs/svelte-eslint-parser/commit/168f9209e8ea9f2a1ef2fad28728f6aa0963638f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for `$inspect` and `$effect.root`
8+
39
## 0.34.0-next.5
410

511
### 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": "0.34.0-next.5",
3+
"version": "0.34.0-next.6",
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" as const;
5-
export const version = "0.34.0-next.5" as const;
5+
export const version = "0.34.0-next.6" as const;

0 commit comments

Comments
 (0)