diff --git a/.changeset/modern-spiders-retire.md b/.changeset/modern-spiders-retire.md deleted file mode 100644 index 9c8ffa98..00000000 --- a/.changeset/modern-spiders-retire.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -BREAKING: fix resolve to module scope for top level statements - -This change corrects the result of `context.getScope()`, but it is a breaking change. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b55ddc7..767d7f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # svelte-eslint-parser +## 0.24.0 + +### Minor Changes + +- [#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 + + This change corrects the result of `context.getScope()`, but it is a breaking change. + ## 0.23.0 ### Minor Changes diff --git a/package.json b/package.json index 8e4aac74..3cb34859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.23.0", + "version": "0.24.0", "description": "Svelte parser for ESLint", "repository": "git+https://github.com/ota-meshi/svelte-eslint-parser.git", "homepage": "https://github.com/ota-meshi/svelte-eslint-parser#readme",