diff --git a/.changeset/spicy-toes-raise.md b/.changeset/spicy-toes-raise.md deleted file mode 100644 index 533807fa..00000000 --- a/.changeset/spicy-toes-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -Strip `projectService` from TS options when type information not needed diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ad9341..7d6479ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 1.1.3 + +### Patch Changes + +- [#704](https://github.com/sveltejs/svelte-eslint-parser/pull/704) [`0436da6`](https://github.com/sveltejs/svelte-eslint-parser/commit/0436da6b7190208284de45ce7a54e18c4d31c032) Thanks [@mcous](https://github.com/mcous)! - Strip `projectService` from TS options when type information not needed + ## 1.1.2 ### Patch Changes diff --git a/package.json b/package.json index deef8105..8dd22382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "1.1.2", + "version": "1.1.3", "type": "module", "description": "Svelte parser for ESLint", "repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git", diff --git a/src/meta.ts b/src/meta.ts index fb1bf8af..fb51a49d 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.2"; +export const version = "1.1.3";