Skip to content

Commit

Permalink
chore: release eslint-plugin-svelte (#421)
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 24, 2023
1 parent 4ae07d9 commit 6177491
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-cycles-explain.md

This file was deleted.

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

## 2.23.1

### Patch Changes

- [#420](https://github.com/ota-meshi/eslint-plugin-svelte/pull/420) [`4ae07d9`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/4ae07d93a4102504afd9f37a38ff0e90de075a79) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: false positive for containing element in `svelte/no-unused-svelte-ignore`

## 2.23.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.23.0",
"version": "2.23.1",
"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
1 change: 0 additions & 1 deletion typings/estree/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import type { TSESTree } from "@typescript-eslint/types"

export type Node = TSESTree.Node
export type Program = TSESTree.Program
export type Expression = TSESTree.Expression
export type Statement = TSESTree.Statement
export type Pattern = TSESTree.Pattern
Expand Down

0 comments on commit 6177491

Please sign in to comment.