Skip to content

Commit bd27e65

Browse files
committed
Migration notice
1 parent b8d9e42 commit bd27e65

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [11.0.1]
8+
9+
- This extension is being moved from `esbenp.prettier-vscode` to [`prettier.prettier-vscode`](https://marketplace.visualstudio.com/items?itemName=prettier.prettier-vscode). While in beta, version 12+ is only published to the new location. Once it is stable, we will publish v12 to both locations and deprecate the `esbenp.prettier-vscode` extension. **Version 12.x is currently in beta, use with caution and report any bugs.**
10+
711
## [11.0.0]
812

913
- [BREAKING CHANGE] Prevent `.editorconfig` from satisfying the `requireConfig` setting (#2708) - Thanks to [@redoPop](https://github.com/redoPop)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
<img alt="Follow Prettier on Twitter" src="https://img.shields.io/twitter/follow/prettiercode.svg?label=follow+prettier&style=flat-square"></a>
5555
</p>
5656

57+
> [!IMPORTANT] > **Extension Migration:** This extension is being moved from `esbenp.prettier-vscode` to [`prettier.prettier-vscode`](https://marketplace.visualstudio.com/items?itemName=prettier.prettier-vscode). While in beta, version 12+ is only published to the new location. Once it is stable, we will publish v12 to both locations and deprecate the `esbenp.prettier-vscode` extension. **Version 12.x is currently in beta, use with caution and report any bugs.**
58+
5759
## Installation
5860

5961
Install through VS Code extensions. Search for `Prettier - Code formatter`

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

0 commit comments

Comments
 (0)