diff options
author | 2021-10-30 01:27:50 -0700 | |
---|---|---|
committer | 2021-10-30 01:27:50 -0700 | |
commit | 0a86beccc75acb7d8c3146e6aaa4e8e10222e898 (patch) | |
tree | 77018800f4ec4e3117f8b8bca9b1b41e34ae1fb7 | |
parent | 2fe97911275988f2160be0da369a7e88fe68914a (diff) | |
download | bun-0a86beccc75acb7d8c3146e6aaa4e8e10222e898.tar.gz bun-0a86beccc75acb7d8c3146e6aaa4e8e10222e898.tar.zst bun-0a86beccc75acb7d8c3146e6aaa4e8e10222e898.zip |
Bump build id
-rw-r--r-- | build-id | 2 | ||||
-rw-r--r-- | src/CHANGELOG.md | 2 | ||||
-rw-r--r-- | src/runtime.version | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -40 +41 diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 199ed9931..0e377b372 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 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 run] `bun run ./file.js` now supports running JavaScript, TS, TSX, and JSX files with Bun.js. 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 diff --git a/src/runtime.version b/src/runtime.version index 0d5913bcd..ccfdfb532 100644 --- a/src/runtime.version +++ b/src/runtime.version @@ -1 +1 @@ -a85b24fd6904248e
\ No newline at end of file +7be53da538434cb0
\ No newline at end of file |