Skip to content

Commit b7210eb

Browse files
chore: release svelte-eslint-parser (#578)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 88548e9 commit b7210eb

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.changeset/chilled-pumas-report.md

-5
This file was deleted.

.changeset/chilly-mails-fly.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.43.0
4+
5+
### Minor Changes
6+
7+
- [#576](https://github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@ota-meshi](https://github.com/ota-meshi)! - update svelte to v5
8+
9+
### Patch Changes
10+
11+
- [#576](https://github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix some `$props()` type linting error
12+
313
## 0.42.0
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": "0.42.0",
3+
"version": "0.43.0",
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 = "0.42.0";
5+
export const version = "0.43.0";

0 commit comments

Comments
 (0)