diff --git a/.changeset/tricky-walls-lay.md b/.changeset/tricky-walls-lay.md deleted file mode 100644 index 0b8b0d0d..00000000 --- a/.changeset/tricky-walls-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: virtual references remained diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd3b1dd..94416f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.22.2 + +### Patch Changes + +- [`e670d44`](https://github.com/ota-meshi/svelte-eslint-parser/commit/e670d4406a188c56505205ef84bd9c0819e78d94) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: virtual references remained + ## 0.22.1 ### Patch Changes diff --git a/package.json b/package.json index a8bc0e19..5ccda667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.22.1", + "version": "0.22.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",