Skip to content

Commit 4cab66a

Browse files
chore: release svelte-eslint-parser (next)
1 parent f54c91f commit 4cab66a

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.changeset/pre.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"initialVersions": {
55
"svelte-eslint-parser": "0.43.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"orange-laws-tie",
9+
"popular-waves-live"
10+
]
811
}

CHANGELOG.md

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

3+
## 1.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#579](https://github.com/sveltejs/svelte-eslint-parser/pull/579) [`4ac8236`](https://github.com/sveltejs/svelte-eslint-parser/commit/4ac82369156bb081d131d3fb1bf4f488a16f509a) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: drop support for old node versions (<18, 19, 21)
8+
9+
### Minor Changes
10+
11+
- [#589](https://github.com/sveltejs/svelte-eslint-parser/pull/589) [`f54c91f`](https://github.com/sveltejs/svelte-eslint-parser/commit/f54c91f2dac9b27681d9ea9811d25ff8afe5aafe) Thanks [@marekdedic](https://github.com/marekdedic)! - feat: stabilized generics
12+
313
## 0.43.0
414

515
### 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.43.0",
3+
"version": "1.0.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",

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.43.0";
5+
export const version = "1.0.0-next.0";

0 commit comments

Comments
 (0)