Skip to content

Commit f2c3978

Browse files
committed
version v5.7.0
1 parent 5d0612d commit f2c3978

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
44

55
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
66

7-
## [5.5.0]
7+
## [5.7.0]
8+
9+
- Updated prettier to 2.1.1
10+
11+
## [5.6.0]
812

913
- Activation on `onStartupFinished` to reduce impact on VS Code start.
1014

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "prettier-vscode",
33
"displayName": "Prettier - Code formatter",
44
"description": "Code formatter using prettier",
5-
"version": "5.6.0",
5+
"version": "5.7.0",
66
"publisher": "esbenp",
77
"author": "Prettier <@prettiercode>",
88
"galleryBanner": {

0 commit comments

Comments
 (0)