aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-30 01:27:50 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-30 01:27:50 -0700
commit0a86beccc75acb7d8c3146e6aaa4e8e10222e898 (patch)
tree77018800f4ec4e3117f8b8bca9b1b41e34ae1fb7
parent2fe97911275988f2160be0da369a7e88fe68914a (diff)
downloadbun-0a86beccc75acb7d8c3146e6aaa4e8e10222e898.tar.gz
bun-0a86beccc75acb7d8c3146e6aaa4e8e10222e898.tar.zst
bun-0a86beccc75acb7d8c3146e6aaa4e8e10222e898.zip
Bump build id
-rw-r--r--build-id2
-rw-r--r--src/CHANGELOG.md2
-rw-r--r--src/runtime.version2
3 files changed, 3 insertions, 3 deletions
diff --git a/build-id b/build-id
index 425151f3a..87523dd7a 100644
--- a/build-id
+++ b/build-id
@@ -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