We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14da6fb commit e40ffbbCopy full SHA for e40ffbb
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# prettier-plugin-svelte changelog
2
3
-## 2.8.1 (Unreleased)
+## 2.8.1
4
5
* (fix) format `{#await .. catch ..}..{/await}` correctly ([#323](https://github.com/sveltejs/prettier-plugin-svelte/issues/323))
6
* (fix) respect strict mode and shorthand options when formatting bindings ([#321](https://github.com/sveltejs/prettier-plugin-svelte/issues/321))
package.json
{
"name": "prettier-plugin-svelte",
- "version": "2.8.0",
+ "version": "2.8.1",
"description": "Svelte plugin for prettier",
"main": "plugin.js",
"files": [
0 commit comments