diff options
author | 2021-10-30 01:19:41 -0700 | |
---|---|---|
committer | 2021-10-30 01:19:41 -0700 | |
commit | b856d50c3fce135c7d382390648f275cf0e7dc5f (patch) | |
tree | ac94ada3b36cc19888c2487d3338e3586e947206 | |
parent | dde2b80e1df11c73cf63855190548c0c0eafc7da (diff) | |
download | bun-b856d50c3fce135c7d382390648f275cf0e7dc5f.tar.gz bun-b856d50c3fce135c7d382390648f275cf0e7dc5f.tar.zst bun-b856d50c3fce135c7d382390648f275cf0e7dc5f.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 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 |