From 25ccf5d3bdf027df699eebacdb4069d72d5d828d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 20 Oct 2024 22:39:51 +0000 Subject: [PATCH] chore: release svelte-eslint-parser --- .changeset/chilled-pumas-report.md | 5 ----- .changeset/chilly-mails-fly.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/meta.ts | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 .changeset/chilled-pumas-report.md delete mode 100644 .changeset/chilly-mails-fly.md diff --git a/.changeset/chilled-pumas-report.md b/.changeset/chilled-pumas-report.md deleted file mode 100644 index b9e5750c..00000000 --- a/.changeset/chilled-pumas-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix some `$props()` type linting error diff --git a/.changeset/chilly-mails-fly.md b/.changeset/chilly-mails-fly.md deleted file mode 100644 index c2d0368f..00000000 --- a/.changeset/chilly-mails-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -update svelte to v5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 069f31b6..8dc0ae0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # svelte-eslint-parser +## 0.43.0 + +### Minor Changes + +- [#576](https://github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@ota-meshi](https://github.com/ota-meshi)! - update svelte to v5 + +### Patch Changes + +- [#576](https://github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix some `$props()` type linting error + ## 0.42.0 ### Minor Changes diff --git a/package.json b/package.json index ea94d1ac..8d54655a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.42.0", + "version": "0.43.0", "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 b2c24b69..54489674 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 = "0.42.0"; +export const version = "0.43.0";