diff --git a/.changeset/grumpy-avocados-behave.md b/.changeset/grumpy-avocados-behave.md deleted file mode 100644 index e14fbf8e..00000000 --- a/.changeset/grumpy-avocados-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: wrong store access type information diff --git a/.changeset/tame-tigers-brush.md b/.changeset/tame-tigers-brush.md deleted file mode 100644 index 9700a415..00000000 --- a/.changeset/tame-tigers-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: support for reactive vars type information diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..dc83a22f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# svelte-eslint-parser + +## 0.18.1 + +### Patch Changes + +- [#204](https://github.com/ota-meshi/svelte-eslint-parser/pull/204) [`cc7dbbd`](https://github.com/ota-meshi/svelte-eslint-parser/commit/cc7dbbdac30348864ea7f8a4905667f07de916d3) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: wrong store access type information + +- [#207](https://github.com/ota-meshi/svelte-eslint-parser/pull/207) [`159c69b`](https://github.com/ota-meshi/svelte-eslint-parser/commit/159c69bfa07910e595a1b375db69af26abdab49f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: support for reactive vars type information diff --git a/package.json b/package.json index f47877f0..ce8c44c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.18.0", + "version": "0.18.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",