You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
4
4
5
5
<!-- Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file. -->
6
6
7
-
## [Unreleased]
7
+
## [11.0.0]
8
8
9
-
-[BREAKING CHANGE] Prevent `.editorconfig` from satisfying the `requireConfig` setting
9
+
-[BREAKING CHANGE] Prevent `.editorconfig` from satisfying the `requireConfig` setting (#2708) - Thanks to [@redoPop](https://github.com/redoPop)
10
+
- Fix issue where formatting multiple files in a workspace with multiple instances of Prettier could result in files being overwritten with the contents of other files (#3423, #3040) - Thanks to [@bob-difronzo](https://github.com/bob-difronzo)
10
11
- Added Language Status Item for Prettier
11
-
- Fix issue where formatting multiple files in a workspace with multiple instances of Prettier could result in files being overwritten with the contents of other files (#3423, #3040)
0 commit comments