Skip to content

Commit a9395bd

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

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/five-snails-provide.md

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

.changeset/lemon-taxis-return.md

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

.changeset/stupid-roses-deliver.md

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

.changeset/wet-turtles-jam.md

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# astro-eslint-parser
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#360](https://github.com/ota-meshi/astro-eslint-parser/pull/360) [`c896c73`](https://github.com/ota-meshi/astro-eslint-parser/commit/c896c73b6529d36d62d1ab723a63c978ad84db34) Thanks [@ota-meshi](https://github.com/ota-meshi)! - some refactor
8+
9+
### Patch Changes
10+
11+
- [#306](https://github.com/ota-meshi/astro-eslint-parser/pull/306) [`4541d8c`](https://github.com/ota-meshi/astro-eslint-parser/commit/4541d8ce8a0a722b0413653adf616e54d2c52a79) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency globby to v14
12+
13+
- [#356](https://github.com/ota-meshi/astro-eslint-parser/pull/356) [`a8b5d85`](https://github.com/ota-meshi/astro-eslint-parser/commit/a8b5d8575d976f4f5c36526ec3399813db5a54d1) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency entities to v6
14+
15+
- [#358](https://github.com/ota-meshi/astro-eslint-parser/pull/358) [`4b83588`](https://github.com/ota-meshi/astro-eslint-parser/commit/4b83588e0964d90f04adbc1352bdeaa9a10b8085) Thanks [@ota-meshi](https://github.com/ota-meshi)! - Fixed the parser issue where `no-undef` rule would crash if closing tag was omitted
16+
317
## 1.1.0
418

519
### 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": "astro-eslint-parser",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Astro component parser for ESLint",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",

0 commit comments

Comments
 (0)