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 9a17a70 commit da5b5ebCopy full SHA for da5b5eb
CHANGELOG.md
@@ -4,6 +4,11 @@ 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
+## [9.1.0]
8
+
9
+- Upgraded to Prettier 2.5.1
10
+- Handlebars support ([@lifeart](https://github.com/lifeart))
11
12
## [9.0.1]
13
14
- Changed schemastore.com URLs to use HTTPS
package.json
@@ -2,7 +2,7 @@
2
"name": "prettier-vscode",
3
"displayName": "Prettier - Code formatter",
"description": "Code formatter using prettier",
- "version": "9.0.0",
+ "version": "9.1.0",
"publisher": "esbenp",
"author": "Prettier <@prettiercode>",
"galleryBanner": {
0 commit comments