diff --git a/.changeset/two-months-yawn.md b/.changeset/two-months-yawn.md deleted file mode 100644 index 55af75ef..00000000 --- a/.changeset/two-months-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -feat: add experimental support for Svelte v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff69f17..38f39d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.30.0 + +### Minor Changes + +- [#343](https://github.com/sveltejs/svelte-eslint-parser/pull/343) [`2c76b13`](https://github.com/sveltejs/svelte-eslint-parser/commit/2c76b1378bad41bf8493d06813eb28283755d570) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add experimental support for Svelte v4 + ## 0.29.0 ### 💥 Breaking Changes diff --git a/package.json b/package.json index 6e5f3a7d..cd21ec27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.29.0", + "version": "0.30.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 1938c380..f80d9647 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" as const; -export const version = "0.29.0" as const; +export const version = "0.30.0" as const;