Skip to content

Commit 83b2393

Browse files
committed
updated version
1 parent b674628 commit 83b2393

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,14 +4,18 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
44

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

7+
## [9.9.0]
8+
9+
- Use theme colors on status bar background for errors and warnings ([@zardoy](https://github.com/zardoy))
10+
- Reduce extension size ([@kidonng](https://github.com/kidonng))
11+
712
## [9.8.0]
813

914
- Added VS Code sponsorship link
1015
- Use config from `.prettierrc` when formatting VS Code user `settings.json`. Fixes [[#2226](https://github.com/prettier/prettier-vscode/issues/2226)].
1116
- Improved support for pnpm ([@fz6m](https://github.com/fz6m))
1217
- Improved support for global modules ([@ehoogeveen-medweb](https://github.com/ehoogeveen-medweb))
1318
- Disallow range formatting for Vue and Handlebars as Prettier doesn't support that
14-
- Reduce extension size ([@kidonng](https://github.com/kidonng))
1519

1620
## [9.7.0]
1721

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

0 commit comments

Comments
 (0)