Skip to content

Commit 781bdd2

Browse files
authored
(chore) release (#308)
1 parent 5c51e9a commit 781bdd2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# prettier-plugin-svelte changelog
22

3-
## 2.7.1 (unreleased)
3+
## 2.7.1
44

55
* (fix) check for snipped content in JS expressions ([#290](https://github.com/sveltejs/prettier-plugin-svelte/issues/290))
6+
* (fix) handle `<!DOCTYPE>` ([#298](https://github.com/sveltejs/prettier-plugin-svelte/issues/298))
67

78
## 2.7.0
89

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

0 commit comments

Comments
 (0)