Skip to content

Commit 0da34ec

Browse files
Version Packages
1 parent c380d32 commit 0da34ec

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/fresh-brooms-jump.md

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

.changeset/slimy-plums-learn.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# prettier-plugin-astro
22

3+
## 0.14.2
4+
5+
### Patch Changes
6+
7+
- 49456da: Handle potential undefined position.end in locEnd, and add a getVisitorKeys method to avoid unnecessary traversal.
8+
- c380d32: Format custom elements & components as block elements with htmlWhitespaceSensitivity: ignore
9+
310
## 0.14.1
411

512
### 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": "prettier-plugin-astro",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"type": "module",
55
"description": "A Prettier Plugin for formatting Astro files",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)