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.1.0
4+
5+
### Minor Changes
6+
7+
- [#686](https://.com/sveltejs/svelte-eslint-parser/pull/686) [`f26ee51`](https://.com/sveltejs/svelte-eslint-parser/commit/f26ee51709e286713acb3b2c223c5d807c72fecb) Thanks [@marekdedic](https://.com/marekdedic)! - style Context parsing error type fix
8+
39
## 1.0.1
410

511
### Changes
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-eslint-parser",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
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.1";
5+
export const version = "1.1.0";

0 commit comments

Comments
 (0)