Skip to content

Commit 834519c

Browse files
Version Packages (#443)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent de79d60 commit 834519c

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/brown-oranges-tan.md

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

.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# prettier-plugin-astro
22

3+
## 0.14.2
4+
5+
### Patch Changes
6+
7+
- de79d60: Fixes a bug with formatting empty elements with bracketSameLine: true and htmlWhitespaceSensitivity: ignore
8+
- 49456da: Handle potential undefined position.end in locEnd, and add a getVisitorKeys method to avoid unnecessary traversal.
9+
- c380d32: Format custom elements & components as block elements with htmlWhitespaceSensitivity: ignore
10+
311
## 0.14.1
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": "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)