diff --git a/.changeset/whatever.md b/.changeset/whatever.md deleted file mode 100644 index 3e1e571..0000000 --- a/.changeset/whatever.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"typescript-eslint-parser-for-extra-files": minor ---- - -refactor: replace `globby` and `is-glob` with `tinyglobby` diff --git a/CHANGELOG.md b/CHANGELOG.md index 246173f..3a48eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # typescript-eslint-parser-for-extra-files +## 0.8.0 + +### Minor Changes + +- [#137](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/137) [`19551fb`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/19551fb5d1fb622de935e518cca649b3aedd6817) Thanks [@JounQin](https://github.com/JounQin)! - refactor: replace `globby` and `is-glob` with `tinyglobby` + ## 0.7.0 ### Minor Changes diff --git a/package.json b/package.json index 181e9ca..7fe8cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-eslint-parser-for-extra-files", - "version": "0.7.0", + "version": "0.8.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",