Skip to content

Commit

Permalink
chore: release eslint-plugin-svelte (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 23, 2023
1 parent 9714749 commit 6d3e449
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-buckets-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-emus-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-flies-battle.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# eslint-plugin-svelte

## 2.23.0

### Minor Changes

- [#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

### Patch Changes

- [#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

- [#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

## 2.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte",
"version": "2.22.0",
"version": "2.23.0",
"description": "ESLint plugin for Svelte using AST",
"repository": "git+https://github.com/ota-meshi/eslint-plugin-svelte.git",
"homepage": "https://ota-meshi.github.io/eslint-plugin-svelte",
Expand Down

0 comments on commit 6d3e449

Please sign in to comment.