Skip to content

Commit

Permalink
Version 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Mar 21, 2024
1 parent 851eba9 commit 84f5957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi

## [Unreleased]

## [10.4.0]

- Fixed config resolution that caused plugins to be ignored when using Prettier 3.1.1 or later. (#3252)

## [10.3.0]

- Module path can be a dir when loading prettier version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prettier-vscode",
"displayName": "Prettier - Code formatter",
"description": "Code formatter using prettier",
"version": "10.3.0",
"version": "10.4.0",
"publisher": "esbenp",
"author": "Prettier <@prettiercode>",
"galleryBanner": {
Expand Down

0 comments on commit 84f5957

Please sign in to comment.