diff --git a/.changeset/gentle-buses-know.md b/.changeset/gentle-buses-know.md deleted file mode 100644 index 6e38b6b3..00000000 --- a/.changeset/gentle-buses-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -feat: add support for Svelte v4 diff --git a/.changeset/yellow-cats-impress.md b/.changeset/yellow-cats-impress.md deleted file mode 100644 index 13ea3232..00000000 --- a/.changeset/yellow-cats-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -only parsing styles on-demand diff --git a/CHANGELOG.md b/CHANGELOG.md index 9677ed6a..79e53fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # svelte-eslint-parser +## 0.32.0 + +### Minor Changes + +- [#364](https://github.com/sveltejs/svelte-eslint-parser/pull/364) [`f5de496`](https://github.com/sveltejs/svelte-eslint-parser/commit/f5de4966371e7ceaa43449c561f23b2fe01d018f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for Svelte v4 + +- [#358](https://github.com/sveltejs/svelte-eslint-parser/pull/358) [`438be64`](https://github.com/sveltejs/svelte-eslint-parser/commit/438be641c211146a86520db7c29b6771f14fe8c8) Thanks [@marekdedic](https://github.com/marekdedic)! - only parsing styles on-demand + ## 0.31.0 ### Minor Changes diff --git a/package.json b/package.json index 202c0c07..32a40226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.31.0", + "version": "0.32.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 527a5917..498939ff 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.31.0" as const; +export const version = "0.32.0" as const;