diff --git a/.changeset/famous-camels-battle.md b/.changeset/famous-camels-battle.md deleted file mode 100644 index 8f722ba0..00000000 --- a/.changeset/famous-camels-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -fix: change virtual code to provide correct type information for reactive statements diff --git a/CHANGELOG.md b/CHANGELOG.md index 76da7204..23d9db98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.19.0 + +### Minor Changes + +- [#230](https://github.com/ota-meshi/svelte-eslint-parser/pull/230) [`c67a6c1`](https://github.com/ota-meshi/svelte-eslint-parser/commit/c67a6c1ab4f340b9ec206ab737344602e587a2b2) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: change virtual code to provide correct type information for reactive statements + ## 0.18.4 ### Patch Changes diff --git a/package.json b/package.json index 425c296e..a29bc649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.18.4", + "version": "0.19.0", "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",