diff --git a/.changeset/ninety-cheetahs-remain.md b/.changeset/ninety-cheetahs-remain.md deleted file mode 100644 index 5a63a85c..00000000 --- a/.changeset/ninety-cheetahs-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: crash in `@typescript-eslint/no-misused-promises` rule diff --git a/CHANGELOG.md b/CHANGELOG.md index 790db2bd..f78d65a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.19.2 + +### Patch Changes + +- [#236](https://github.com/ota-meshi/svelte-eslint-parser/pull/236) [`82389a3`](https://github.com/ota-meshi/svelte-eslint-parser/commit/82389a3840e63b28d3a93bc20d92e36fb658ae57) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: crash in `@typescript-eslint/no-misused-promises` rule + ## 0.19.1 ### Patch Changes diff --git a/package.json b/package.json index 8b4999f5..d4530e1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.19.1", + "version": "0.19.2", "description": "Svelte parser for ESLint", "repository": "git+https://github.com/ota-meshi/svelte-eslint-parser.git", "homepage": "https://github.com/ota-meshi/svelte-eslint-parser#readme",