diff --git a/.changeset/swift-dolphins-complain.md b/.changeset/swift-dolphins-complain.md deleted file mode 100644 index d4863ed2..00000000 --- a/.changeset/swift-dolphins-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": minor ---- - -fix: parsing error when use with member expr diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f569bd7..4385de16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.22.0 + +### Minor Changes + +- [#249](https://github.com/ota-meshi/svelte-eslint-parser/pull/249) [`d560864`](https://github.com/ota-meshi/svelte-eslint-parser/commit/d560864681773fb1e795f8f656b3c90c5ca05e5d) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: parsing error when use with member expr + ## 0.21.0 ### Minor Changes diff --git a/package.json b/package.json index 8ec7c723..884f5909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.21.0", + "version": "0.22.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",