From c8edd5ad24471266195bd9c387f856c751d53ab0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Oct 2022 10:34:36 +0000 Subject: [PATCH] chore: release svelte-eslint-parser --- .changeset/tall-lions-invite.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tall-lions-invite.md diff --git a/.changeset/tall-lions-invite.md b/.changeset/tall-lions-invite.md deleted file mode 100644 index 8c0b7bba..00000000 --- a/.changeset/tall-lions-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: wrong AST and type due to newline after `=` to reactive variable diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d9db98..790db2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.19.1 + +### Patch Changes + +- [#234](https://github.com/ota-meshi/svelte-eslint-parser/pull/234) [`5f237d2`](https://github.com/ota-meshi/svelte-eslint-parser/commit/5f237d2015551596d3be36b6cbc4b17fb75f91e6) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: wrong AST and type due to newline after `=` to reactive variable + ## 0.19.0 ### Minor Changes diff --git a/package.json b/package.json index a29bc649..8b4999f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.19.0", + "version": "0.19.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",