diff --git a/.changeset/long-rabbits-remain.md b/.changeset/long-rabbits-remain.md deleted file mode 100644 index 055c4714..00000000 --- a/.changeset/long-rabbits-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -Fix error in member expr on LHS of reactive statement with TS diff --git a/CHANGELOG.md b/CHANGELOG.md index dc83a22f..a563b94b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.18.2 + +### Patch Changes + +- [#214](https://github.com/ota-meshi/svelte-eslint-parser/pull/214) [`4752939`](https://github.com/ota-meshi/svelte-eslint-parser/commit/4752939c562c7dd7aecbfa9c364c82573a2bde51) Thanks [@ota-meshi](https://github.com/ota-meshi)! - Fix error in member expr on LHS of reactive statement with TS + ## 0.18.1 ### Patch Changes diff --git a/package.json b/package.json index ce8c44c6..da4ca438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.18.1", + "version": "0.18.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",