From f19ef59482413c0af4c2b2c7d3393c306da61e8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Oct 2022 18:29:11 +0000 Subject: [PATCH] chore: release svelte-eslint-parser --- .changeset/chilly-experts-reply.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilly-experts-reply.md diff --git a/.changeset/chilly-experts-reply.md b/.changeset/chilly-experts-reply.md deleted file mode 100644 index f867eb0b..00000000 --- a/.changeset/chilly-experts-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: missing ts node for key of shorthand attribute diff --git a/CHANGELOG.md b/CHANGELOG.md index f78d65a4..b087c706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.19.3 + +### Patch Changes + +- [#238](https://github.com/ota-meshi/svelte-eslint-parser/pull/238) [`6e063c2`](https://github.com/ota-meshi/svelte-eslint-parser/commit/6e063c25ac54f4242025a8fd9bb2d42dd38447dc) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: missing ts node for key of shorthand attribute + ## 0.19.2 ### Patch Changes diff --git a/package.json b/package.json index 0020a6c9..82ee4dec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.19.2", + "version": "0.19.3", "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",