Skip to content

Commit 3874c91

Browse files
chore: release astro-eslint-parser (#279)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 004997d commit 3874c91

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/empty-bulldogs-trade.md

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

.changeset/mean-eagles-deny.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.16.1
4+
5+
### Patch Changes
6+
7+
- [#278](https://github.com/ota-meshi/astro-eslint-parser/pull/278) [`bf924a2`](https://github.com/ota-meshi/astro-eslint-parser/commit/bf924a2abe0afc74b6ad21b8ec66a8066ffa692c) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: crash with HTML entities
8+
9+
- [#280](https://github.com/ota-meshi/astro-eslint-parser/pull/280) [`004997d`](https://github.com/ota-meshi/astro-eslint-parser/commit/004997d6739dc83baddd98eeb3ed685944908d0c) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: crash with unquoted attribute value
10+
311
## 0.16.0
412

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

0 commit comments

Comments
 (0)