Skip to content

Commit 36d92bd

Browse files
chore: release svelte-eslint-parser (next) (#442)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 726f21f commit 36d92bd

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
@@ -9,8 +9,10 @@
99
"blue-pets-play",
1010
"brown-cheetahs-greet",
1111
"friendly-hats-flow",
12+
"grumpy-dolphins-pay",
1213
"grumpy-pans-guess",
1314
"honest-mangos-wave",
15+
"nine-pandas-fly",
1416
"tasty-ants-ring",
1517
"yellow-cooks-end"
1618
]

CHANGELOG.md

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

3+
## 0.34.0-next.5
4+
5+
### Minor Changes
6+
7+
- [#440](https://github.com/sveltejs/svelte-eslint-parser/pull/440) [`726f21f`](https://github.com/sveltejs/svelte-eslint-parser/commit/726f21fc7a520abe8b7b0be268f2ceb9b3205531) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: skip type injection if template uses TypeScript
8+
9+
- [#441](https://github.com/sveltejs/svelte-eslint-parser/pull/441) [`34232c5`](https://github.com/sveltejs/svelte-eslint-parser/commit/34232c58b49abdb362d74d849e80ef5607d0ce52) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: add type of `$effect.active`
10+
311
## 0.34.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": "svelte-eslint-parser",
3-
"version": "0.34.0-next.4",
3+
"version": "0.34.0-next.5",
44
"description": "Svelte parser for ESLint",
55
"repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git",
66
"homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme",

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 build:meta"
44
export const name = "svelte-eslint-parser" as const;
5-
export const version = "0.34.0-next.4" as const;
5+
export const version = "0.34.0-next.5" as const;

0 commit comments

Comments
 (0)