Skip to content

Commit e70a9b5

Browse files
chore: release svelte-eslint-parser (#570)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c556ca commit e70a9b5

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.changeset/early-lobsters-repeat.md

-5
This file was deleted.

.changeset/wise-mice-hang.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.42.0
4+
5+
### Minor Changes
6+
7+
- [#569](https://github.com/sveltejs/svelte-eslint-parser/pull/569) [`3119299`](https://github.com/sveltejs/svelte-eslint-parser/commit/3119299bb66291f537b9c28bb89a559fb6cae90b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve props type
8+
9+
### Patch Changes
10+
11+
- [#573](https://github.com/sveltejs/svelte-eslint-parser/pull/573) [`7c556ca`](https://github.com/sveltejs/svelte-eslint-parser/commit/7c556ca092930518c3794bff7be59ed68c2eb15c) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: error in snippets with type annotations
12+
313
## 0.41.1
414

515
### 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.41.1",
3+
"version": "0.42.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";
5-
export const version = "0.41.1";
5+
export const version = "0.42.0";

0 commit comments

Comments
 (0)