Skip to content

Commit d887cce

Browse files
Version Packages (#605)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be9604c commit d887cce

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/quick-radios-search.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
# eslint-plugin-astro
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#601](https://github.com/ota-meshi/eslint-plugin-astro/pull/601) [`e5c330d`](https://github.com/ota-meshi/eslint-plugin-astro/commit/e5c330db360bc26a9faac1445d44d5d575a3e854) Thanks [@astrochemx](https://github.com/astrochemx)! - Fix a `TypeError` that occurs during the preprocessing phase when `eslint-plugin-astro` encounters a self-closing `<script />` tag.
8+
39
## 3.0.0
410

511
### Major Changes

package.json

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

0 commit comments

Comments
 (0)