diff options
author | 2021-10-30 01:23:21 -0700 | |
---|---|---|
committer | 2021-10-30 01:23:21 -0700 | |
commit | 2fe97911275988f2160be0da369a7e88fe68914a (patch) | |
tree | f8e7f73b1a50c711223d156b7c514fbb6ba1b5bb | |
parent | b856d50c3fce135c7d382390648f275cf0e7dc5f (diff) | |
download | bun-2fe97911275988f2160be0da369a7e88fe68914a.tar.gz bun-2fe97911275988f2160be0da369a7e88fe68914a.tar.zst bun-2fe97911275988f2160be0da369a7e88fe68914a.zip |
Update CHANGELOG.md
-rw-r--r-- | src/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index dc40562ae..199ed9931 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 say `"error: Missing script"`. If there is a `#!` shebang at the start of the file, the file will not be run with Bun.js. 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 |