Skip to content

Commit 5818547

Browse files
committed
version 9.2.0
1 parent d7c492a commit 5818547

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +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-
## Unreleased
7+
## [9.2.0]
88

99
- Clear cache on reload (#2371)
1010

1111
## [9.1.1]
1212

1313
- Changed build target to ES2020 to reduce module size
1414

15-
1615
## [9.1.0]
1716

1817
- Upgraded to Prettier 2.5.1

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

0 commit comments

Comments
 (0)