From 646c167ae15f4a4f0205f7ab9a24f9ba585519fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 01:29:48 +0000 Subject: [PATCH] chore: release typescript-eslint-parser-for-extra-files --- .changeset/whatever.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/whatever.md 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",