Skip to content

Commit d2ad684

Browse files
chore: release eslint-plugin-svelte (next)
1 parent b72b97b commit d2ad684

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"cuddly-cats-beam",
1111
"hip-eels-unite",
1212
"shaggy-mirrors-join",
13+
"shy-walls-laugh",
14+
"stale-crews-brush",
1315
"yellow-icons-explode"
1416
]
1517
}

CHANGELOG.md

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

3+
## 2.36.0-next.5
4+
5+
### Patch Changes
6+
7+
- [#670](https://github.com/sveltejs/eslint-plugin-svelte/pull/670) [`6121a56`](https://github.com/sveltejs/eslint-plugin-svelte/commit/6121a562f8a6d34bb338a5a2df373032abe514d6) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-compat-utils to ^0.3.0
8+
9+
- [#673](https://github.com/sveltejs/eslint-plugin-svelte/pull/673) [`b72b97b`](https://github.com/sveltejs/eslint-plugin-svelte/commit/b72b97ba617ff5eeb9b6f4e600c511250c19a72b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for eslint v9
10+
311
## 2.36.0-next.4
412

513
### Patch 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.36.0-next.4",
3+
"version": "2.36.0-next.5",
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",

src/meta.ts

+1-1
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 = '2.36.0-next.4' as const;
5+
export const version = '2.36.0-next.5' as const;

0 commit comments

Comments
 (0)