Skip to content

Commit

Permalink
fix: regression caused by a wrong import specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Jan 31, 2024
1 parent b9b4d34 commit b14447a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/warm-melons-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"prettier-plugin-embed": patch
---

Fix a regression introduced in v0.4.11 caused by a wrong import specifier.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b14447a

Please sign in to comment.