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 5c51e9a commit 781bdd2Copy full SHA for 781bdd2
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# prettier-plugin-svelte changelog
2
3
-## 2.7.1 (unreleased)
+## 2.7.1
4
5
* (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))
7
8
## 2.7.0
9
package.json
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-svelte",
- "version": "2.7.0",
+ "version": "2.7.1",
"description": "Svelte plugin for prettier",
"main": "plugin.js",
"files": [
0 commit comments