From ad0ec2b959401a94169415764b86bb40d590c59d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 3 Nov 2022 00:14:19 +0000 Subject: [PATCH] chore: release typescript-eslint-parser-for-extra-files --- .changeset/light-turkeys-mix.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/light-turkeys-mix.md diff --git a/.changeset/light-turkeys-mix.md b/.changeset/light-turkeys-mix.md deleted file mode 100644 index c34012b..0000000 --- a/.changeset/light-turkeys-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"typescript-eslint-parser-for-extra-files": minor ---- - -feat: add support for non-existent file parsing diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c685a..97f72b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # typescript-eslint-parser-for-extra-files +## 0.1.0 + +### Minor Changes + +- [#9](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/9) [`cc2a577`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/cc2a577fe87af4dec775ec5caa9fd39adf2f59b4) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for non-existent file parsing + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index ea1e472..55a953c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-eslint-parser-for-extra-files", - "version": "0.0.3", + "version": "0.1.0", "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",