Skip to content

Commit 874c4ba

Browse files
chore: release eslint-plugin-svelte (next) (#712)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aaba61f commit 874c4ba

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"shaggy-dryers-smoke",
1919
"shaggy-mirrors-join",
2020
"shy-walls-laugh",
21+
"soft-suns-brush",
2122
"stale-crews-brush",
2223
"twenty-trainers-peel",
2324
"yellow-icons-explode"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-svelte
22

3+
## 2.36.0-next.12
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.36.0-next.11
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "2.36.0-next.11",
3+
"version": "2.36.0-next.12",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
66
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",

src/meta.ts

Lines changed: 1 addition & 1 deletion
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 update"
44
export const name = 'eslint-plugin-svelte';
5-
export const version = '2.36.0-next.11';
5+
export const version = '2.36.0-next.12';

0 commit comments

Comments
 (0)