Skip to content

Commit 009f4ca

Browse files
chore: release svelte-eslint-parser (next) (#611)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 912f922 commit 009f4ca

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

Diff for: .changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"orange-laws-tie",
1111
"popular-waves-live",
1212
"purple-otters-hammer",
13+
"quick-beers-reflect",
1314
"serious-timers-call",
1415
"silver-swans-build"
1516
]

Diff for: 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.2
4+
5+
### Major Changes
6+
7+
- [#599](https://github.com/sveltejs/svelte-eslint-parser/pull/599) [`cefd17a`](https://github.com/sveltejs/svelte-eslint-parser/commit/cefd17a17d2e0318a4c982f5958f21307024bc95) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: change the parser to an ESM-only package
8+
39
## 1.0.0-next.1
410

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

0 commit comments

Comments
 (0)