Skip to content

Commit 3460e0c

Browse files
chore: release astro-eslint-parser (#121)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a7d062e commit 3460e0c

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/metal-hairs-sniff.md

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

.changeset/wise-games-leave.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
# astro-eslint-parser
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#120](https://github.com/ota-meshi/astro-eslint-parser/pull/120) [`219db41`](https://github.com/ota-meshi/astro-eslint-parser/commit/219db413f9f08c95dfbd7d25372118558b2180d1) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: support Astro.props type
8+
9+
- [#120](https://github.com/ota-meshi/astro-eslint-parser/pull/120) [`219db41`](https://github.com/ota-meshi/astro-eslint-parser/commit/219db413f9f08c95dfbd7d25372118558b2180d1) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: support scope analysis with typescript-eslint/parser
10+
311
## 0.7.4
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-eslint-parser",
3-
"version": "0.7.4",
3+
"version": "0.8.0",
44
"description": "Astro component parser for ESLint",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",

0 commit comments

Comments
 (0)