diff --git a/.changeset/tall-lions-invite.md b/.changeset/tall-lions-invite.md deleted file mode 100644 index 8c0b7bba..00000000 --- a/.changeset/tall-lions-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: wrong AST and type due to newline after `=` to reactive variable diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d9db98..790db2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.19.1 + +### Patch Changes + +- [#234](https://github.com/ota-meshi/svelte-eslint-parser/pull/234) [`5f237d2`](https://github.com/ota-meshi/svelte-eslint-parser/commit/5f237d2015551596d3be36b6cbc4b17fb75f91e6) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: wrong AST and type due to newline after `=` to reactive variable + ## 0.19.0 ### Minor Changes diff --git a/package.json b/package.json index a29bc649..8b4999f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.19.0", + "version": "0.19.1", "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",