Skip to content

Commit 5c3a90a

Browse files
chore: release svelte-eslint-parser
1 parent ec061f5 commit 5c3a90a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/modern-spiders-retire.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte-eslint-parser
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- [#292](https://github.com/ota-meshi/svelte-eslint-parser/pull/292) [`ec061f5`](https://github.com/ota-meshi/svelte-eslint-parser/commit/ec061f574d73aa25c13a631bb3be6fa2f861e8e8) Thanks [@ota-meshi](https://github.com/ota-meshi)! - BREAKING: fix resolve to module scope for top level statements
8+
9+
This change corrects the result of `context.getScope()`, but it is a breaking change.
10+
311
## 0.23.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-eslint-parser",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "Svelte parser for ESLint",
55
"repository": "git+https://github.com/ota-meshi/svelte-eslint-parser.git",
66
"homepage": "https://github.com/ota-meshi/svelte-eslint-parser#readme",

0 commit comments

Comments
 (0)