Skip to content

Commit

Permalink
fix a typo in the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jul 8, 2024
1 parent e3f4e2d commit 360d472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
fs.open

// Old output (with --bundle --format=esm --platform=node --target=node18,es2022)
import fs from "node";
import fs from "fs";
fs.open;

// New output (with --bundle --format=esm --platform=node --target=node18,es2022)
Expand Down

0 comments on commit 360d472

Please sign in to comment.