Skip to content

Commit 9395b0b

Browse files
committed
chore(release): 0.5.1
1 parent d090cde commit 9395b0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dprint-plugin-prettier",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "output/index.js",
66
"scripts": {
77
"build": "rollup --config rollup.config.js && pkg dist/index.js"

src/messageProcessor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function sendErrorResponse(message: string) {
181181
function getPluginInfo() {
182182
return {
183183
name: "dprint-plugin-prettier",
184-
version: "0.5.0",
184+
version: "0.5.1",
185185
configKey: "prettier",
186186
fileExtensions: getExtensions(),
187187
helpUrl: "https://dprint.dev/plugins/prettier",

0 commit comments

Comments
 (0)