Skip to content

Commit 6e67241

Browse files
chore: release svelte-eslint-parser (next) (#439)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c21b54c commit 6e67241

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"friendly-hats-flow",
1212
"grumpy-pans-guess",
1313
"honest-mangos-wave",
14+
"tasty-ants-ring",
1415
"yellow-cooks-end"
1516
]
1617
}

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.4
4+
5+
### Patch Changes
6+
7+
- [#438](https://github.com/sveltejs/svelte-eslint-parser/pull/438) [`c21b54c`](https://github.com/sveltejs/svelte-eslint-parser/commit/c21b54ced7984aaeaac6b12ff66bfc4cc0712caf) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: incorrect location for `{ #await expr then v }` with spaces
8+
39
## 0.34.0-next.3
410

511
### 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.34.0-next.3",
3+
"version": "0.34.0-next.4",
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.3" as const;
5+
export const version = "0.34.0-next.4" as const;

0 commit comments

Comments
 (0)