Skip to content

Commit 23aa59a

Browse files
chore: release svelte-eslint-parser (#336)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent af55230 commit 23aa59a

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

.changeset/flat-shrimps-type.md

-5
This file was deleted.

.changeset/lazy-walls-reflect.md

-5
This file was deleted.

.changeset/strong-plants-suffer.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.29.0
4+
5+
### Minor Changes
6+
7+
- [#338](https://github.com/sveltejs/svelte-eslint-parser/pull/338) [`af55230`](https://github.com/sveltejs/svelte-eslint-parser/commit/af5523076d72e29d9f7cc2708d514564a2fafb45) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve $ vars type
8+
9+
- [#334](https://github.com/sveltejs/svelte-eslint-parser/pull/334) [`fa4adf6`](https://github.com/sveltejs/svelte-eslint-parser/commit/fa4adf6038810573df6cdead34800fb41b3ab3d5) Thanks [@baseballyama](https://github.com/baseballyama)! - **BREAKING CHANGE**: Drop Node 12 support
10+
11+
### Patch Changes
12+
13+
- [#337](https://github.com/sveltejs/svelte-eslint-parser/pull/337) [`21c0dc6`](https://github.com/sveltejs/svelte-eslint-parser/commit/21c0dc6a0b4a5e864e0181dfbb31f4b47edcefd1) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: wrong scope for ts in `bind:`
14+
315
## 0.28.0
416

517
### Minor 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.28.0",
3+
"version": "0.29.0",
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.28.0" as const;
5+
export const version = "0.29.0" as const;

0 commit comments

Comments
 (0)