diff --git a/.changeset/twenty-pandas-tie.md b/.changeset/twenty-pandas-tie.md deleted file mode 100644 index 1a6b1ec9..00000000 --- a/.changeset/twenty-pandas-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: wrong type information for `#await` with same id diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e53fc6..54a9feb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.32.1 + +### Patch Changes + +- [#371](https://github.com/sveltejs/svelte-eslint-parser/pull/371) [`cf20c86`](https://github.com/sveltejs/svelte-eslint-parser/commit/cf20c86d0c9ab250ca3607ac919bca6988e8cc78) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: wrong type information for `#await` with same id + ## 0.32.0 ### Minor Changes diff --git a/package.json b/package.json index 3715b05d..54388502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.32.0", + "version": "0.32.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 498939ff..c235a2ce 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.32.0" as const; +export const version = "0.32.1" as const;