From 160517990421418729747c0581c2054e6506aef5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 24 Feb 2024 12:15:12 +0000 Subject: [PATCH] chore: release svelte-eslint-parser (next) --- .changeset/pre.json | 3 ++- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/meta.ts | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index c2a00346..efd274fb 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -19,6 +19,7 @@ "sharp-kangaroos-tease", "tasty-ants-ring", "twenty-cats-shave", - "yellow-cooks-end" + "yellow-cooks-end", + "yellow-hornets-bow" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 559d58d9..33719c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.34.0-next.9 + +### Minor Changes + +- [#476](https://github.com/sveltejs/svelte-eslint-parser/pull/476) [`92aeee3`](https://github.com/sveltejs/svelte-eslint-parser/commit/92aeee35ee7bcfd27d8bc1920a341ddf14fa926b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: change AST of `{@render}` and `{#snippet}` to match the latest version of svelte v5. + ## 0.34.0-next.8 ### Patch Changes diff --git a/package.json b/package.json index d52f11fc..f3347ec0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.34.0-next.8", + "version": "0.34.0-next.9", "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 4fde5172..db6537d5 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" as const; -export const version = "0.34.0-next.8" as const; +export const version = "0.34.0-next.9" as const;