Skip to content

Commit 3bbac70

Browse files
committed
version v5.6.0
1 parent a3b9615 commit 3bbac70

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
66

77
## [5.5.0]
88

9+
- Activation on `onStartupFinished` to reduce impact on VS Code start.
10+
11+
## [5.5.0]
12+
913
- Added [enable](https://github.com/prettier/prettier-vscode#enable) setting.
1014

1115
## [5.4.0]

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.5.0",
5+
"version": "5.6.0",
66
"publisher": "esbenp",
77
"author": "Prettier <@prettiercode>",
88
"galleryBanner": {

0 commit comments

Comments
 (0)