Skip to content

Commit c2c7974

Browse files
chore: release eslint-plugin-svelte
1 parent 2b7e164 commit c2c7974

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/clear-mugs-rush.md

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

.changeset/neat-dots-grin.md

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

.changeset/weak-crews-shake.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.4.0
4+
5+
### Minor Changes
6+
7+
- [#1165](https://github.com/sveltejs/eslint-plugin-svelte/pull/1165) [`2b7e164`](https://github.com/sveltejs/eslint-plugin-svelte/commit/2b7e1640d29477f07f16e5f5b318be34eae9031c) Thanks [@43081j](https://github.com/43081j)! - Adds a suggestion to the `require-store-callbacks-use-set-param` rule to automatically rename or add function parameters.
8+
9+
- [#1163](https://github.com/sveltejs/eslint-plugin-svelte/pull/1163) [`d9b8604`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d9b8604f1dc1c83797d4e853c5a805ffd49ce58d) Thanks [@43081j](https://github.com/43081j)! - Adds a suggestion to the `derived-has-same-inputs-outputs` rule which renames the outputs.
10+
11+
- [#1164](https://github.com/sveltejs/eslint-plugin-svelte/pull/1164) [`29b1315`](https://github.com/sveltejs/eslint-plugin-svelte/commit/29b13152063f2250d33651b1e99991607a443352) Thanks [@43081j](https://github.com/43081j)! - Added a suggestion for `no-at-debug-tags` rule which removes the tags
12+
313
## 3.3.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.3.3",
3+
"version": "3.4.0",
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",

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';
5-
export const version = '3.3.3';
5+
export const version = '3.4.0';

0 commit comments

Comments
 (0)