From f83e71845c15433b925ee6d4cad899ec72d9f1c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Dec 2022 00:26:23 +0000 Subject: [PATCH] chore: release typescript-eslint-parser-for-extra-files --- .changeset/itchy-seas-sort.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/itchy-seas-sort.md diff --git a/.changeset/itchy-seas-sort.md b/.changeset/itchy-seas-sort.md deleted file mode 100644 index 498e1ea..0000000 --- a/.changeset/itchy-seas-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"typescript-eslint-parser-for-extra-files": patch ---- - -fix: svelte type diff --git a/CHANGELOG.md b/CHANGELOG.md index ab907eb..b490fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # typescript-eslint-parser-for-extra-files +## 0.1.4 + +### Patch Changes + +- [#19](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/19) [`2f63cdc`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/2f63cdcdd2e8ec9915e066015c4fac1bad39b000) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: svelte type + ## 0.1.3 ### Patch Changes diff --git a/package.json b/package.json index 8581fc1..e87936e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-eslint-parser-for-extra-files", - "version": "0.1.3", + "version": "0.1.4", "description": "An experimental ESLint custom parser for Vue, Svelte, and Astro for use with TypeScript. It provides type information in combination with each framework's ESLint custom parser.", "repository": "git+https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files.git", "homepage": "https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files#readme",