summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.github/workflows/ci.generate.ts2
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--Cargo.lock50
-rw-r--r--Cargo.toml48
-rw-r--r--Releases.md22
-rw-r--r--bench_util/Cargo.toml2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/deno_std.rs2
-rw-r--r--cli/napi/sym/Cargo.toml2
-rw-r--r--ext/broadcast_channel/Cargo.toml2
-rw-r--r--ext/cache/Cargo.toml2
-rw-r--r--ext/console/Cargo.toml2
-rw-r--r--ext/cron/Cargo.toml2
-rw-r--r--ext/crypto/Cargo.toml2
-rw-r--r--ext/fetch/Cargo.toml2
-rw-r--r--ext/ffi/Cargo.toml2
-rw-r--r--ext/fs/Cargo.toml2
-rw-r--r--ext/http/Cargo.toml2
-rw-r--r--ext/io/Cargo.toml2
-rw-r--r--ext/kv/Cargo.toml2
-rw-r--r--ext/napi/Cargo.toml2
-rw-r--r--ext/net/Cargo.toml2
-rw-r--r--ext/node/Cargo.toml2
-rw-r--r--ext/tls/Cargo.toml2
-rw-r--r--ext/url/Cargo.toml2
-rw-r--r--ext/web/Cargo.toml2
-rw-r--r--ext/webgpu/Cargo.toml2
-rw-r--r--ext/webidl/Cargo.toml2
-rw-r--r--ext/websocket/Cargo.toml2
-rw-r--r--ext/webstorage/Cargo.toml2
-rw-r--r--runtime/Cargo.toml2
31 files changed, 102 insertions, 80 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 4ef3fb670..a88b07c35 100755
--- a/.github/workflows/ci.generate.ts
+++ b/.github/workflows/ci.generate.ts
@@ -5,7 +5,7 @@ import * as yaml from "https://deno.land/std@0.173.0/encoding/yaml.ts";
// Bump this number when you want to purge the cache.
// Note: the tools/release/01_bump_crate_versions.ts script will update this version
// automatically via regex, so ensure that this line maintains this format.
-const cacheVersion = 64;
+const cacheVersion = 65;
const ubuntuRunner = "ubuntu-22.04";
const ubuntuXlRunner = "ubuntu-22.04-xl";
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e02ab1f2e..f007fac79 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -329,8 +329,8 @@ jobs:
path: |-
~/.cargo/registry/index
~/.cargo/registry/cache
- key: '64-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
- restore-keys: '64-cargo-home-${{ matrix.os }}'
+ key: '65-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
+ restore-keys: '65-cargo-home-${{ matrix.os }}'
if: '!(matrix.skip)'
- name: Restore cache build output (PR)
uses: actions/cache/restore@v3
@@ -342,7 +342,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
- restore-keys: '64-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
+ restore-keys: '65-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
- name: Apply and update mtime cache
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
uses: ./.github/mtime_cache
@@ -639,7 +639,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
- key: '64-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
+ key: '65-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
publish-canary:
name: publish canary
runs-on: ubuntu-22.04
diff --git a/Cargo.lock b/Cargo.lock
index 384e84579..9e46c6020 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -918,7 +918,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "1.39.0"
+version = "1.39.1"
dependencies = [
"async-trait",
"base32",
@@ -1060,7 +1060,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.122.0"
+version = "0.123.0"
dependencies = [
"bencher",
"deno_core",
@@ -1070,7 +1070,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.122.0"
+version = "0.123.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1080,7 +1080,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.60.0"
+version = "0.61.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1127,7 +1127,7 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.128.0"
+version = "0.129.0"
dependencies = [
"deno_core",
]
@@ -1161,7 +1161,7 @@ dependencies = [
[[package]]
name = "deno_cron"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1174,7 +1174,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.142.0"
+version = "0.143.0"
dependencies = [
"aes",
"aes-gcm",
@@ -1247,7 +1247,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.152.0"
+version = "0.153.0"
dependencies = [
"bytes",
"data-url",
@@ -1264,7 +1264,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.115.0"
+version = "0.116.0"
dependencies = [
"deno_core",
"dlopen2",
@@ -1280,7 +1280,7 @@ dependencies = [
[[package]]
name = "deno_fs"
-version = "0.38.0"
+version = "0.39.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1323,7 +1323,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.125.0"
+version = "0.126.0"
dependencies = [
"async-compression",
"async-trait",
@@ -1360,7 +1360,7 @@ dependencies = [
[[package]]
name = "deno_io"
-version = "0.38.0"
+version = "0.39.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1373,7 +1373,7 @@ dependencies = [
[[package]]
name = "deno_kv"
-version = "0.36.0"
+version = "0.37.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1445,7 +1445,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.58.0"
+version = "0.59.0"
dependencies = [
"deno_core",
"libloading 0.7.4",
@@ -1466,7 +1466,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.120.0"
+version = "0.121.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1483,7 +1483,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.65.0"
+version = "0.66.0"
dependencies = [
"aead-gcm-stream",
"aes",
@@ -1582,7 +1582,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.136.0"
+version = "0.137.0"
dependencies = [
"console_static_text",
"deno_ast",
@@ -1671,7 +1671,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.115.0"
+version = "0.116.0"
dependencies = [
"deno_core",
"deno_native_certs",
@@ -1703,7 +1703,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.128.0"
+version = "0.129.0"
dependencies = [
"deno_bench_util",
"deno_console",
@@ -1715,7 +1715,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.159.0"
+version = "0.160.0"
dependencies = [
"async-trait",
"base64-simd",
@@ -1736,7 +1736,7 @@ dependencies = [
[[package]]
name = "deno_webgpu"
-version = "0.95.0"
+version = "0.96.0"
dependencies = [
"deno_core",
"raw-window-handle",
@@ -1749,7 +1749,7 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.128.0"
+version = "0.129.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1757,7 +1757,7 @@ dependencies = [
[[package]]
name = "deno_websocket"
-version = "0.133.0"
+version = "0.134.0"
dependencies = [
"bytes",
"deno_core",
@@ -1775,7 +1775,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.123.0"
+version = "0.124.0"
dependencies = [
"deno_core",
"deno_web",
@@ -3684,7 +3684,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.58.0"
+version = "0.59.0"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 84c117bc5..80a7e9571 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,9 +43,9 @@ repository = "https://github.com/denoland/deno"
deno_ast = { version = "0.31.6", features = ["transpiling"] }
deno_core = { version = "0.238.0" }
-deno_runtime = { version = "0.136.0", path = "./runtime" }
-napi_sym = { version = "0.58.0", path = "./cli/napi/sym" }
-deno_bench_util = { version = "0.122.0", path = "./bench_util" }
+deno_runtime = { version = "0.137.0", path = "./runtime" }
+napi_sym = { version = "0.59.0", path = "./cli/napi/sym" }
+deno_bench_util = { version = "0.123.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = "0.17.2"
deno_media_type = { version = "0.1.1", features = ["module_specifier"] }
@@ -56,27 +56,27 @@ denokv_sqlite = { default-features = false, version = "0.5.0" }
denokv_remote = "0.5.0"
# exts
-deno_broadcast_channel = { version = "0.122.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.60.0", path = "./ext/cache" }
-deno_console = { version = "0.128.0", path = "./ext/console" }
-deno_cron = { version = "0.8.0", path = "./ext/cron" }
-deno_crypto = { version = "0.142.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.152.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.115.0", path = "./ext/ffi" }
-deno_fs = { version = "0.38.0", path = "./ext/fs" }
-deno_http = { version = "0.125.0", path = "./ext/http" }
-deno_io = { version = "0.38.0", path = "./ext/io" }
-deno_net = { version = "0.120.0", path = "./ext/net" }
-deno_node = { version = "0.65.0", path = "./ext/node" }
-deno_kv = { version = "0.36.0", path = "./ext/kv" }
-deno_tls = { version = "0.115.0", path = "./ext/tls" }
-deno_url = { version = "0.128.0", path = "./ext/url" }
-deno_web = { version = "0.159.0", path = "./ext/web" }
-deno_webgpu = { version = "0.95.0", path = "./ext/webgpu" }
-deno_webidl = { version = "0.128.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.133.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.123.0", path = "./ext/webstorage" }
-deno_napi = { version = "0.58.0", path = "./ext/napi" }
+deno_broadcast_channel = { version = "0.123.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.61.0", path = "./ext/cache" }
+deno_console = { version = "0.129.0", path = "./ext/console" }
+deno_cron = { version = "0.9.0", path = "./ext/cron" }
+deno_crypto = { version = "0.143.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.153.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.116.0", path = "./ext/ffi" }
+deno_fs = { version = "0.39.0", path = "./ext/fs" }
+deno_http = { version = "0.126.0", path = "./ext/http" }
+deno_io = { version = "0.39.0", path = "./ext/io" }
+deno_net = { version = "0.121.0", path = "./ext/net" }
+deno_node = { version = "0.66.0", path = "./ext/node" }
+deno_kv = { version = "0.37.0", path = "./ext/kv" }
+deno_tls = { version = "0.116.0", path = "./ext/tls" }
+deno_url = { version = "0.129.0", path = "./ext/url" }
+deno_web = { version = "0.160.0", path = "./ext/web" }
+deno_webgpu = { version = "0.96.0", path = "./ext/webgpu" }
+deno_webidl = { version = "0.129.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.134.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.124.0", path = "./ext/webstorage" }
+deno_napi = { version = "0.59.0", path = "./ext/napi" }
aes = "=0.8.3"
anyhow = "1.0.57"
diff --git a/Releases.md b/Releases.md
index 53a5cfce6..46e5d5bdc 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,28 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.39.1 / 2023.12.21
+
+- fix(bench): added group banner to bench output. (#21551)
+- fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)
+- fix(coverage): add default coverage include dir (#21625)
+- fix(coverage): error if no files found (#21615)
+- fix(devcontainer): moved settings to customizations/vscode (#21512)
+- fix(ext/napi): don't close handle scopes in NAPI as the pointers are invalid
+ (#21629)
+- fix(jupyter): Deno.test() panic (#21606)
+- fix(lsp): apply specifier rewrite to CompletionItem::text_edit (#21564)
+- fix(net): remove unstable check for unix socket listen (#21592)
+- fix(node): add crypto.pseudoRandomBytes (#21649)
+- fix(node): child_process IPC on Windows (#21597)
+- fix(node): child_process kill cancel pending IPC reads (#21647)
+- fix(node): return false from vm.isContext (#21568)
+- fix(node): support resolving a package.json import to a builtin node module
+ (#21576)
+- fix(repl): remove stray debug log (#21635)
+- fix: prompts when publishing (#21596)
+- fix: urls for publishing (#21613)
+
### 1.39.0 / 2023.12.13
- Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370)
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index bf35cf451..72c0497f6 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.122.0"
+version = "0.123.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 6db9432cf..413da7db8 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.39.0"
+version = "1.39.1"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index 45fb5ebe8..5ed938b97 100644
--- a/cli/deno_std.rs
+++ b/cli/deno_std.rs
@@ -2,4 +2,4 @@
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
-pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.209.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.210.0/";
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index a9d618c1d..6f0ab5a02 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.58.0"
+version = "0.59.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml
index bf8414fe6..f4947610f 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.122.0"
+version = "0.123.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index 62fdfe803..d6f79ad1a 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.60.0"
+version = "0.61.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index 149e2f595..8d0da270a 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.128.0"
+version = "0.129.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml
index 5a1c0d619..59f4ac55b 100644
--- a/ext/cron/Cargo.toml
+++ b/ext/cron/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cron"
-version = "0.8.0"
+version = "0.9.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 96e60514f..066c7e7b0 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.142.0"
+version = "0.143.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index d4004fd5e..24d20b048 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.152.0"
+version = "0.153.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index d0f977eaf..5e5c8f954 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.115.0"
+version = "0.116.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index 5ff0e951b..d35d7440e 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fs"
-version = "0.38.0"
+version = "0.39.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index fe4ed0c97..c5369c181 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.125.0"
+version = "0.126.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index f865d9059..2b64250a3 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_io"
-version = "0.38.0"
+version = "0.39.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index 31533c669..c4fb7d834 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_kv"
-version = "0.36.0"
+version = "0.37.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index 6ec256932..bd4fe5213 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.58.0"
+version = "0.59.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 6b9f2fa9f..01f5ed49a 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.120.0"
+version = "0.121.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index b72449f5c..b349fdbcd 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.65.0"
+version = "0.66.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index d162a2c7a..4754a3a36 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.115.0"
+version = "0.116.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 839787335..32cd568eb 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.128.0"
+version = "0.129.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index f5845c0ec..3001c74a5 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.159.0"
+version = "0.160.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index dad21201c..9f39f4627 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.95.0"
+version = "0.96.0"
authors = ["the Deno authors"]
edition.workspace = true
license = "MIT"
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index bb99c66fb..182f20ddb 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.128.0"
+version = "0.129.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 3d8e6214b..74008a027 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.133.0"
+version = "0.134.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index e4efc6e55..3de53d698 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.123.0"
+version = "0.124.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index ad9586390..2e9fc4d7e 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.136.0"
+version = "0.137.0"
authors.workspace = true
edition.workspace = true
license.workspace = true