Skip to content

Commit 7543ddf

Browse files
chore: release svelte-eslint-parser (#682)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent edb63e2 commit 7543ddf

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/whole-sites-juggle.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#681](https://github.com/sveltejs/svelte-eslint-parser/pull/681) [`edb63e2`](https://github.com/sveltejs/svelte-eslint-parser/commit/edb63e213fae5e72604d45841b357f158d16fd3b) Thanks [@baseballyama](https://github.com/baseballyama)! - fix: align required Node version with ESLint
8+
39
## 1.0.0
410

511
### Major 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",
3+
"version": "1.0.1",
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";
5+
export const version = "1.0.1";

0 commit comments

Comments
 (0)