File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-eslint-parser
22

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

511
### Major Changes
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://.com/sveltejs/svelte-eslint-parser.git",
66
"homepage": "https://.com/sveltejs/svelte-eslint-parser#readme",
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)