We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13619cb commit 97bb96bCopy full SHA for 97bb96b
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
4
5
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
6
7
+## [7.1.0]
8
+
9
+- Revert bad changes from 7.0.0, will republish as 8.0.0
10
11
## [6.4.0]
12
13
- Updated Prettier to 2.3.0
package.json
@@ -2,7 +2,7 @@
2
"name": "prettier-vscode",
3
"displayName": "Prettier - Code formatter",
"description": "Code formatter using prettier",
- "version": "6.4.0",
+ "version": "7.1.0",
"publisher": "esbenp",
"author": "Prettier <@prettiercode>",
"galleryBanner": {
0 commit comments