From a0f3497c61aa98b81f2f2f4516f86b3c0d77ea7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Mar 2023 10:56:28 +0000 Subject: [PATCH] chore: release svelte-eslint-parser --- .changeset/modern-spiders-retire.md | 7 ------- .changeset/moody-tools-visit.md | 5 ----- .changeset/shiny-balloons-clap.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 .changeset/modern-spiders-retire.md delete mode 100644 .changeset/moody-tools-visit.md delete mode 100644 .changeset/shiny-balloons-clap.md 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/.changeset/moody-tools-visit.md b/.changeset/moody-tools-visit.md deleted file mode 100644 index e82201aa..00000000 --- a/.changeset/moody-tools-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -feat: add peerDependenciesMeta to package.json diff --git a/.changeset/shiny-balloons-clap.md b/.changeset/shiny-balloons-clap.md deleted file mode 100644 index f49e39c5..00000000 --- a/.changeset/shiny-balloons-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -feat: export name property diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b55ddc7..98838c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # 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. + +- [#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 + +- [#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 + ## 0.23.0 ### Minor Changes diff --git a/package.json b/package.json index dda0ac33..4da8cae8 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",