diff --git a/.changeset/chilled-pumas-report.md b/.changeset/chilled-pumas-report.md deleted file mode 100644 index b9e5750c..00000000 --- a/.changeset/chilled-pumas-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix some `$props()` type linting error diff --git a/.changeset/chilly-mails-fly.md b/.changeset/chilly-mails-fly.md deleted file mode 100644 index c2d0368f..00000000 --- a/.changeset/chilly-mails-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -update svelte to v5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 069f31b6..8dc0ae0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # svelte-eslint-parser +## 0.43.0 + +### Minor Changes + +- [#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 + +### Patch Changes + +- [#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 + ## 0.42.0 ### Minor Changes diff --git a/package.json b/package.json index ea94d1ac..8d54655a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.42.0", + "version": "0.43.0", "description": "Svelte parser for ESLint", "repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git", "homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme", diff --git a/src/meta.ts b/src/meta.ts index b2c24b69..54489674 100644 --- a/src/meta.ts +++ b/src/meta.ts @@ -2,4 +2,4 @@ // This file has been automatically generated, // in order to update its content execute "pnpm run build:meta" export const name = "svelte-eslint-parser"; -export const version = "0.42.0"; +export const version = "0.43.0";