Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Sep 23, 2022
1 parent b674628 commit 83b2393
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ All notable changes to the "prettier-vscode" extension will be documented in thi

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

## [9.9.0]

- Use theme colors on status bar background for errors and warnings ([@zardoy](https://github.com/zardoy))
- Reduce extension size ([@kidonng](https://github.com/kidonng))

## [9.8.0]

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

## [9.7.0]

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": "9.8.0",
"version": "9.9.0",
"publisher": "esbenp",
"author": "Prettier <@prettiercode>",
"galleryBanner": {
Expand Down

0 comments on commit 83b2393

Please sign in to comment.