Skip to content

Commit d54a8d1

Browse files
chore: release eslint-plugin-svelte (next)
1 parent d4303f5 commit d54a8d1

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"cuddly-cats-beam",
1212
"fifty-deers-pretend",
1313
"hip-eels-unite",
14+
"lovely-papayas-cough",
1415
"popular-hotels-invent",
1516
"shaggy-mirrors-join",
1617
"shy-walls-laugh",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-svelte
22

3+
## 2.36.0-next.9
4+
5+
### Patch Changes
6+
7+
- [#696](https://github.com/sveltejs/eslint-plugin-svelte/pull/696) [`d4303f5`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d4303f5347dae7828e08e699741a276ee35dbd43) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update svelte-eslint-parser
8+
39
## 2.36.0-next.8
410

511
### Patch Changes

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": "2.36.0-next.8",
3+
"version": "2.36.0-next.9",
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

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

0 commit comments

Comments
 (0)