Skip to content

Commit c2112b7

Browse files
chore: release typescript-eslint-parser-for-extra-files (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 19551fb commit c2112b7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/whatever.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# typescript-eslint-parser-for-extra-files
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
39
## 0.7.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-eslint-parser-for-extra-files",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"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.",
55
"repository": "git+https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files.git",
66
"homepage": "https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files#readme",

0 commit comments

Comments
 (0)