diff --git a/.changeset/warm-melons-happen.md b/.changeset/warm-melons-happen.md new file mode 100644 index 0000000..5a4a921 --- /dev/null +++ b/.changeset/warm-melons-happen.md @@ -0,0 +1,5 @@ +--- +"prettier-plugin-embed": patch +--- + +Fix a regression introduced in v0.4.11 caused by a wrong import specifier. diff --git a/src/utils.ts b/src/utils.ts index 3e28032..196d4d3 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -6,7 +6,7 @@ import { type Printer, resolveConfigFile, } from "prettier"; -import { builders } from "prettier/doc.js"; +import { builders } from "prettier/doc"; import JSONC from "tiny-jsonc"; import { type EmbeddedComment,