diff --git a/.changeset/pre.json b/.changeset/pre.json index b638d83d..68ee92ce 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,8 +9,10 @@ "blue-pets-play", "brown-cheetahs-greet", "friendly-hats-flow", + "grumpy-dolphins-pay", "grumpy-pans-guess", "honest-mangos-wave", + "nine-pandas-fly", "tasty-ants-ring", "yellow-cooks-end" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d78025..7e2a5b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # svelte-eslint-parser +## 0.34.0-next.5 + +### Minor Changes + +- [#440](https://github.com/sveltejs/svelte-eslint-parser/pull/440) [`726f21f`](https://github.com/sveltejs/svelte-eslint-parser/commit/726f21fc7a520abe8b7b0be268f2ceb9b3205531) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: skip type injection if template uses TypeScript + +- [#441](https://github.com/sveltejs/svelte-eslint-parser/pull/441) [`34232c5`](https://github.com/sveltejs/svelte-eslint-parser/commit/34232c58b49abdb362d74d849e80ef5607d0ce52) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: add type of `$effect.active` + ## 0.34.0-next.4 ### Patch Changes diff --git a/package.json b/package.json index 03a5900a..37508be4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.34.0-next.4", + "version": "0.34.0-next.5", "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 067d36b6..de56dccf 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.4" as const; +export const version = "0.34.0-next.5" as const;