Skip to content

Commit 477c325

Browse files
chore: release svelte-eslint-parser (next) (#424)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d72423a commit 477c325

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Diff for: .changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"initialVersions": {
55
"svelte-eslint-parser": "0.33.1"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"friendly-hats-flow"
9+
]
810
}

Diff for: CHANGELOG.md

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

3+
## 0.34.0-next.0
4+
5+
### Minor Changes
6+
7+
- [#421](https://github.com/sveltejs/svelte-eslint-parser/pull/421) [`59fc0e9`](https://github.com/sveltejs/svelte-eslint-parser/commit/59fc0e90bdd20f208a4ae8c3527ea51acf106811) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: (experimental) partial support for Svelte v5 parser
8+
39
## 0.33.1
410

511
### Patch Changes

Diff for: 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.33.1",
3+
"version": "0.34.0-next.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",

Diff for: 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.33.1" as const;
5+
export const version = "0.34.0-next.0" as const;

0 commit comments

Comments
 (0)