Skip to content

Commit 2f70d36

Browse files
chore: release svelte-eslint-parser (#293)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 924cd3e commit 2f70d36

File tree

5 files changed

+13
-18
lines changed

5 files changed

+13
-18
lines changed

.changeset/modern-spiders-retire.md

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

.changeset/moody-tools-visit.md

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

.changeset/shiny-balloons-clap.md

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
11+
- [#294](https://github.com/ota-meshi/svelte-eslint-parser/pull/294) [`14d6e95`](https://github.com/ota-meshi/svelte-eslint-parser/commit/14d6e95773ea638855c25927c11f7a2df1632801) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add peerDependenciesMeta to package.json
12+
13+
- [#295](https://github.com/ota-meshi/svelte-eslint-parser/pull/295) [`924cd3e`](https://github.com/ota-meshi/svelte-eslint-parser/commit/924cd3e72db0d9d09aed1da5ec3f2e5995c9ca77) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: export name property
14+
315
## 0.23.0
416

517
### 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)