Skip to content

Commit 0473f02

Browse files
committed
-> v2.5.1
1 parent 8af6094 commit 0473f02

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

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

3-
## 2.5.1 (Unreleased)
3+
## 2.5.1
44

5-
* (fix) Better handling of destructured values with defaults in each and await blocks ([#269](https://github.com/sveltejs/prettier-plugin-svelte/issues/269))
6-
* (fix) Prevent script/style contents from being erased in certain cases ([#268](https://github.com/sveltejs/prettier-plugin-svelte/issues/268))
7-
* (fix) Format mustache tags inside `<pre>` tags ([#266](https://github.com/sveltejs/prettier-plugin-svelte/issues/266))
5+
* (fix) Better handling of destructured values with defaults in `{#each}` and `{#await}` blocks ([#269](https://github.com/sveltejs/prettier-plugin-svelte/issues/269))
6+
* (fix) Prevent `<script>`/`<style>` contents from being erased in certain cases ([#268](https://github.com/sveltejs/prettier-plugin-svelte/issues/268))
7+
* (fix) Format `{expressions}` inside `<pre>` tags ([#266](https://github.com/sveltejs/prettier-plugin-svelte/issues/266))
88

99
## 2.5.0
1010

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Svelte plugin for prettier",
55
"main": "plugin.js",
66
"files": [

0 commit comments

Comments
 (0)