Skip to content

Commit 6933107

Browse files
chore: release typescript-eslint-parser-for-extra-files (#4)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fbe3f8a commit 6933107

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/six-beans-decide.md

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

.changeset/tricky-plums-sit.md

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

CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#5](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/5) [`fbe3f8a`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/fbe3f8a897b931d07ad5323f17dd48f9c72774f7) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: error when `include` does not contain `*.tsx`
8+
9+
- [#3](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/3) [`41da537`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/41da5370c7f58d9ffcbdde5f7168d6600c7c8008) Thanks [@ota-meshi](https://github.com/ota-meshi)! - update README
10+
311
## 0.0.1
412

513
- [`1c76c20`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/1c76c20cf7c7617b157356e44eb2dc7e463dfb6f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - First release 🎉

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.0.1",
3+
"version": "0.0.2",
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)