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",