Skip to content

Commit 6566a27

Browse files
committed
Version 8.0.0
1 parent 7540c4a commit 6566a27

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,7 +4,7 @@ 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+
## [8.0.0]
88

99
- Updated Prettier to 2.3.1
1010
- Minimum supported VS Code version is now 1.57.0
@@ -15,6 +15,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
1515

1616
- Revert bad changes from 7.0.0, will republish as 8.0.0
1717

18+
## [7.0.0]
19+
20+
- Bad release, do not use.
21+
1822
## [6.4.0]
1923

2024
- Updated Prettier to 2.3.0

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

0 commit comments

Comments
 (0)