From f323cadc70ec8e6fae427cee32c93685269475ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 01:48:18 +0000 Subject: [PATCH] chore: release svelte-eslint-parser --- .changeset/icy-pianos-film.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/meta.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/icy-pianos-film.md diff --git a/.changeset/icy-pianos-film.md b/.changeset/icy-pianos-film.md deleted file mode 100644 index 90fbe471..00000000 --- a/.changeset/icy-pianos-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: resolved issue of `$props` incorrectly detected as store when using variables named after runes like `$props` and `props` diff --git a/CHANGELOG.md b/CHANGELOG.md index d0640c7b..06414798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 1.1.1 + +### Patch Changes + +- [#692](https://github.com/sveltejs/svelte-eslint-parser/pull/692) [`1c533d8`](https://github.com/sveltejs/svelte-eslint-parser/commit/1c533d8929c57f3bba5e97bc4d1aee06ddd9cdd0) Thanks [@baseballyama](https://github.com/baseballyama)! - fix: resolved issue of `$props` incorrectly detected as store when using variables named after runes like `$props` and `props` + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index 30675f3b..7d9ffddc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "1.1.0", + "version": "1.1.1", "description": "Svelte parser for ESLint", "repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git", "homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme", diff --git a/src/meta.ts b/src/meta.ts index 9628bc65..cb4ca736 100644 --- a/src/meta.ts +++ b/src/meta.ts @@ -2,4 +2,4 @@ // This file has been automatically generated, // in order to update its content execute "pnpm run build:meta" export const name = "svelte-eslint-parser"; -export const version = "1.1.0"; +export const version = "1.1.1";