Skip to content

Commit

Permalink
chore: release 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Apr 12, 2024
1 parent 539169b commit b120c4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# prettier-plugin-svelte changelog

## 3.2.3

- (fix) don't force-self-close `<slot>` tags

## 3.2.2

- (fix) handle updated `@render` tag AST shape
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-svelte",
"version": "3.2.2",
"version": "3.2.3",
"description": "Svelte plugin for prettier",
"main": "plugin.js",
"files": [
Expand Down

0 comments on commit b120c4d

Please sign in to comment.