Skip to content

Commit 510e223

Browse files
committed
version v5.3.0
1 parent 0ae17e5 commit 510e223

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ 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.3.0]
8+
9+
- Refactoring of how the extension registers formatters to support file extension that don't have a language ID.
10+
- Added support for [custom document selectors](https://github.com/prettier/prettier-vscode#prettierdocumentselectors) to provide formatting on custom languages/extensions.
11+
712
## [5.2.1]
813

9-
- Support for additional configuration file extensions.
14+
- Support for additional configuration file extensions (`toml`, `cls`).
1015

1116
## [5.2.0]
1217

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

0 commit comments

Comments
 (0)