Skip to content

Commit 4998c49

Browse files
chore: release svelte-eslint-parser (next) (#618)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1e0b874 commit 4998c49

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/pre.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"purple-otters-hammer",
1414
"quick-beers-reflect",
1515
"serious-timers-call",
16-
"silver-swans-build"
16+
"silver-swans-build",
17+
"witty-hairs-judge"
1718
]
1819
}

CHANGELOG.md

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

3+
## 1.0.0-next.4
4+
5+
### Minor Changes
6+
7+
- [#617](https://github.com/sveltejs/svelte-eslint-parser/pull/617) [`1e0b874`](https://github.com/sveltejs/svelte-eslint-parser/commit/1e0b8743f9a687d4e4089a2b9ab7407c86b22453) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support `{#each}` without `as` (svelte v5.4.0)
8+
39
## 1.0.0-next.3
410

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

0 commit comments

Comments
 (0)