From d5f5a85772279ff425ad1af9cef1c0ee130d4d54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Nov 2022 22:46:52 +0000 Subject: [PATCH] chore: release svelte-eslint-parser --- .changeset/swift-dolphins-complain.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/swift-dolphins-complain.md 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",