Skip to content

Commit 79bff1b

Browse files
committedNov 15, 2024
chore: release svelte-eslint-parser (next)
1 parent 21fc417 commit 79bff1b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed
 

‎.changeset/pre.json

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

‎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.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+
39
## 0.43.0
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.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)