From 8d13c9e45e6a4b62e4559b4b63a86a5f16fcd7c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 13 Jan 2024 06:33:14 +0000 Subject: [PATCH] chore: release typescript-eslint-parser-for-extra-files --- .changeset/slow-jobs-confess.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/slow-jobs-confess.md diff --git a/.changeset/slow-jobs-confess.md b/.changeset/slow-jobs-confess.md deleted file mode 100644 index b37fe36..0000000 --- a/.changeset/slow-jobs-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"typescript-eslint-parser-for-extra-files": minor ---- - -feat: Support glob pattern in `options.project` diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e92cf..fe5463b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # typescript-eslint-parser-for-extra-files +## 0.6.0 + +### Minor Changes + +- [#84](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/84) [`a8fd8cb`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/a8fd8cbcd3794a6c60d1f646d68c99593b238839) Thanks [@appano1](https://github.com/appano1)! - feat: Support glob pattern in `options.project` + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index f749650..ce5037e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-eslint-parser-for-extra-files", - "version": "0.5.0", + "version": "0.6.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",