Skip to content

Commit 663dca1

Browse files
chore: release eslint-plugin-svelte
1 parent d8df1e8 commit 663dca1

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.changeset/icy-rocks-camp.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/shy-countries-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.12.4
4+
5+
### Patch Changes
6+
7+
- [#1355](https://github.com/sveltejs/eslint-plugin-svelte/pull/1355) [`d8df1e8`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d8df1e8838cd39a6260c3a9f571a2611ba2c2c17) Thanks [@InkedCat](https://github.com/InkedCat)! - fix: properly support Windows in `no-unused-props` rule
8+
fix: properly support Windows in `valid-style-parse` rule
9+
fix: properly support Windows in `no-unnecessary-condition` rule
10+
11+
- [#1344](https://github.com/sveltejs/eslint-plugin-svelte/pull/1344) [`03a93f4`](https://github.com/sveltejs/eslint-plugin-svelte/commit/03a93f4ff1b3a1d665bd94befcd5f9126a938602) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: preventing infinite loops in multiple rules
12+
313
## 3.12.3
414

515
### Patch Changes

packages/eslint-plugin-svelte/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": "3.12.3",
3+
"version": "3.12.4",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": {
66
"type": "git",

packages/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' as const;
5-
export const version = '3.12.3' as const;
5+
export const version = '3.12.4' as const;

0 commit comments

Comments
 (0)