Skip to content

Commit 6d3e449

Browse files
chore: release eslint-plugin-svelte (#417)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9714749 commit 6d3e449

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/gorgeous-buckets-train.md

-5
This file was deleted.

.changeset/pretty-emus-hammer.md

-5
This file was deleted.

.changeset/soft-flies-battle.md

-5
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# eslint-plugin-svelte
22

3+
## 2.23.0
4+
5+
### Minor Changes
6+
7+
- [#403](https://github.com/ota-meshi/eslint-plugin-svelte/pull/403) [`c171d9c`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/c171d9c1a3ea80359db46d925cdce06c8dff4d5b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: use `@eslint-community` packages
8+
9+
### Patch Changes
10+
11+
- [#415](https://github.com/ota-meshi/eslint-plugin-svelte/pull/415) [`9714749`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/97147490f72b09602bd8667c9fe00131b2fb8bbc) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: ignore indent for inline style tags in `svelte/indent` rule
12+
13+
- [#418](https://github.com/ota-meshi/eslint-plugin-svelte/pull/418) [`fe306ed`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/fe306ed81223a0379147421bab1dd0176941fb6f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: maximum call stack error in `svelte/infinite-reactive-loop` rule
14+
315
## 2.22.0
416

517
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "2.22.0",
3+
"version": "2.23.0",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": "git+https://github.com/ota-meshi/eslint-plugin-svelte.git",
66
"homepage": "https://ota-meshi.github.io/eslint-plugin-svelte",

0 commit comments

Comments
 (0)