Skip to content

Commit b120c4d

Browse files
committed
chore: release 3.2.3
1 parent 539169b commit b120c4d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# prettier-plugin-svelte changelog
22

3+
## 3.2.3
4+
5+
- (fix) don't force-self-close `<slot>` tags
6+
37
## 3.2.2
48

59
- (fix) handle updated `@render` tag AST shape

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-svelte",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Svelte plugin for prettier",
55
"main": "plugin.js",
66
"files": [

0 commit comments

Comments
 (0)