aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md
index 414155fba..dc40562ae 100644
--- a/src/CHANGELOG.md
+++ b/src/CHANGELOG.md
@@ -1,6 +1,6 @@
# Upcoming release
-- [bun run] `bun run ./file.js` now supports running JavaScript, TS, TSX, and JSX files. Before, it would just say `"error: Missing script". If there is no `#!` shebang in the file, You can still use Node & Deno with `bun run`, that works the same as before.
+- [bun run] `bun run ./file.js` now supports running JavaScript, TS, TSX, and JSX files. Before, it would just say `"error: Missing script"`. If there is no `#!` shebang in the file, You can still use Node & Deno with `bun run`, that works the same as before.
- [Bun.js] Top-level await
- [Bun.js] `performance.now()` is implemented
- [Bun.js] `fetch()` is fixed