Skip to content

Commit e40ffbb

Browse files
authored
(chore) release 2.8.1 (#326)
1 parent 14da6fb commit e40ffbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# prettier-plugin-svelte changelog
22

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

55
* (fix) format `{#await .. catch ..}..{/await}` correctly ([#323](https://github.com/sveltejs/prettier-plugin-svelte/issues/323))
66
* (fix) respect strict mode and shorthand options when formatting bindings ([#321](https://github.com/sveltejs/prettier-plugin-svelte/issues/321))

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

0 commit comments

Comments
 (0)