diff --git a/.changeset/pre.json b/.changeset/pre.json index 28c2f466d..2bd3006b6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -18,6 +18,7 @@ "shaggy-dryers-smoke", "shaggy-mirrors-join", "shy-walls-laugh", + "soft-suns-brush", "stale-crews-brush", "twenty-trainers-peel", "yellow-icons-explode" diff --git a/CHANGELOG.md b/CHANGELOG.md index 87aa02806..c1d3c5600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-svelte +## 2.36.0-next.12 + +### Patch Changes + +- [#711](https://github.com/sveltejs/eslint-plugin-svelte/pull/711) [`aaba61f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/aaba61f1d7f8337e690659e396d52453b3cc0002) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: flat config would cause an error with non-svelte files + ## 2.36.0-next.11 ### Minor Changes diff --git a/package.json b/package.json index d0dd2e881..cbb02f1e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-svelte", - "version": "2.36.0-next.11", + "version": "2.36.0-next.12", "description": "ESLint plugin for Svelte using AST", "repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git", "homepage": "https://sveltejs.github.io/eslint-plugin-svelte", diff --git a/src/meta.ts b/src/meta.ts index 0319702ae..def12d25c 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 update" export const name = 'eslint-plugin-svelte'; -export const version = '2.36.0-next.11'; +export const version = '2.36.0-next.12';