diff --git a/Cargo.lock b/Cargo.lock
index 84e559625e..46e56d786f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -678,7 +678,7 @@ checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
 
 [[package]]
 name = "deno"
-version = "1.32.1"
+version = "1.32.2"
 dependencies = [
  "async-trait",
  "atty",
@@ -795,7 +795,7 @@ dependencies = [
 
 [[package]]
 name = "deno_bench_util"
-version = "0.89.0"
+version = "0.90.0"
 dependencies = [
  "bencher",
  "deno_core",
@@ -805,7 +805,7 @@ dependencies = [
 
 [[package]]
 name = "deno_broadcast_channel"
-version = "0.89.0"
+version = "0.90.0"
 dependencies = [
  "async-trait",
  "deno_core",
@@ -815,7 +815,7 @@ dependencies = [
 
 [[package]]
 name = "deno_cache"
-version = "0.27.0"
+version = "0.28.0"
 dependencies = [
  "async-trait",
  "deno_core",
@@ -827,14 +827,14 @@ dependencies = [
 
 [[package]]
 name = "deno_console"
-version = "0.95.0"
+version = "0.96.0"
 dependencies = [
  "deno_core",
 ]
 
 [[package]]
 name = "deno_core"
-version = "0.177.0"
+version = "0.178.0"
 dependencies = [
  "anyhow",
  "bytes",
@@ -859,7 +859,7 @@ dependencies = [
 
 [[package]]
 name = "deno_crypto"
-version = "0.109.0"
+version = "0.110.0"
 dependencies = [
  "aes",
  "aes-gcm",
@@ -927,7 +927,7 @@ dependencies = [
 
 [[package]]
 name = "deno_fetch"
-version = "0.119.0"
+version = "0.120.0"
 dependencies = [
  "bytes",
  "data-url",
@@ -944,7 +944,7 @@ dependencies = [
 
 [[package]]
 name = "deno_ffi"
-version = "0.82.0"
+version = "0.83.0"
 dependencies = [
  "deno_core",
  "dlopen",
@@ -959,7 +959,7 @@ dependencies = [
 
 [[package]]
 name = "deno_flash"
-version = "0.31.0"
+version = "0.32.0"
 dependencies = [
  "deno_core",
  "deno_tls",
@@ -978,7 +978,7 @@ dependencies = [
 
 [[package]]
 name = "deno_fs"
-version = "0.5.0"
+version = "0.6.0"
 dependencies = [
  "deno_core",
  "deno_crypto",
@@ -1016,7 +1016,7 @@ dependencies = [
 
 [[package]]
 name = "deno_http"
-version = "0.90.0"
+version = "0.91.0"
 dependencies = [
  "async-compression",
  "base64 0.13.1",
@@ -1041,7 +1041,7 @@ dependencies = [
 
 [[package]]
 name = "deno_io"
-version = "0.5.0"
+version = "0.6.0"
 dependencies = [
  "deno_core",
  "nix",
@@ -1052,7 +1052,7 @@ dependencies = [
 
 [[package]]
 name = "deno_kv"
-version = "0.3.0"
+version = "0.4.0"
 dependencies = [
  "anyhow",
  "async-trait",
@@ -1083,7 +1083,7 @@ dependencies = [
 
 [[package]]
 name = "deno_lockfile"
-version = "0.11.0"
+version = "0.12.0"
 dependencies = [
  "ring",
  "serde",
@@ -1094,7 +1094,7 @@ dependencies = [
 
 [[package]]
 name = "deno_napi"
-version = "0.25.0"
+version = "0.26.0"
 dependencies = [
  "deno_core",
  "libloading",
@@ -1102,7 +1102,7 @@ dependencies = [
 
 [[package]]
 name = "deno_net"
-version = "0.87.0"
+version = "0.88.0"
 dependencies = [
  "deno_core",
  "deno_tls",
@@ -1116,7 +1116,7 @@ dependencies = [
 
 [[package]]
 name = "deno_node"
-version = "0.32.0"
+version = "0.33.0"
 dependencies = [
  "aes",
  "cbc",
@@ -1150,7 +1150,7 @@ dependencies = [
 
 [[package]]
 name = "deno_ops"
-version = "0.55.0"
+version = "0.56.0"
 dependencies = [
  "once_cell",
  "pmutil",
@@ -1166,7 +1166,7 @@ dependencies = [
 
 [[package]]
 name = "deno_runtime"
-version = "0.103.0"
+version = "0.104.0"
 dependencies = [
  "atty",
  "console_static_text",
@@ -1235,7 +1235,7 @@ dependencies = [
 
 [[package]]
 name = "deno_tls"
-version = "0.82.0"
+version = "0.83.0"
 dependencies = [
  "deno_core",
  "once_cell",
@@ -1249,7 +1249,7 @@ dependencies = [
 
 [[package]]
 name = "deno_url"
-version = "0.95.0"
+version = "0.96.0"
 dependencies = [
  "deno_bench_util",
  "deno_core",
@@ -1261,7 +1261,7 @@ dependencies = [
 
 [[package]]
 name = "deno_web"
-version = "0.126.0"
+version = "0.127.0"
 dependencies = [
  "async-trait",
  "base64-simd",
@@ -1279,7 +1279,7 @@ dependencies = [
 
 [[package]]
 name = "deno_webidl"
-version = "0.95.0"
+version = "0.96.0"
 dependencies = [
  "deno_bench_util",
  "deno_core",
@@ -1287,7 +1287,7 @@ dependencies = [
 
 [[package]]
 name = "deno_websocket"
-version = "0.100.0"
+version = "0.101.0"
 dependencies = [
  "deno_core",
  "deno_tls",
@@ -1301,7 +1301,7 @@ dependencies = [
 
 [[package]]
 name = "deno_webstorage"
-version = "0.90.0"
+version = "0.91.0"
 dependencies = [
  "deno_core",
  "deno_web",
@@ -2729,7 +2729,7 @@ dependencies = [
 
 [[package]]
 name = "napi_sym"
-version = "0.25.0"
+version = "0.26.0"
 dependencies = [
  "proc-macro2 1.0.52",
  "quote 1.0.26",
@@ -3830,7 +3830,7 @@ dependencies = [
 
 [[package]]
 name = "serde_v8"
-version = "0.88.0"
+version = "0.89.0"
 dependencies = [
  "bencher",
  "bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 57aa273e5e..bdc7251a15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,36 +46,36 @@ repository = "https://github.com/denoland/deno"
 v8 = { version = "0.68.0", default-features = false }
 deno_ast = { version = "0.25.0", features = ["transpiling"] }
 
-deno_core = { version = "0.177.0", path = "./core" }
-deno_ops = { version = "0.55.0", path = "./ops" }
-serde_v8 = { version = "0.88.0", path = "./serde_v8" }
-deno_runtime = { version = "0.103.0", path = "./runtime" }
-napi_sym = { version = "0.25.0", path = "./cli/napi/sym" }
-deno_bench_util = { version = "0.89.0", path = "./bench_util" }
+deno_core = { version = "0.178.0", path = "./core" }
+deno_ops = { version = "0.56.0", path = "./ops" }
+serde_v8 = { version = "0.89.0", path = "./serde_v8" }
+deno_runtime = { version = "0.104.0", path = "./runtime" }
+napi_sym = { version = "0.26.0", path = "./cli/napi/sym" }
+deno_bench_util = { version = "0.90.0", path = "./bench_util" }
 test_util = { path = "./test_util" }
-deno_lockfile = { version = "0.11.0", path = "./lockfile" }
+deno_lockfile = { version = "0.12.0", path = "./lockfile" }
 
 # exts
-deno_broadcast_channel = { version = "0.89.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.27.0", path = "./ext/cache" }
-deno_console = { version = "0.95.0", path = "./ext/console" }
-deno_crypto = { version = "0.109.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.119.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.82.0", path = "./ext/ffi" }
-deno_flash = { version = "0.31.0", path = "./ext/flash" }
-deno_fs = { version = "0.5.0", path = "./ext/fs" }
-deno_http = { version = "0.90.0", path = "./ext/http" }
-deno_io = { version = "0.5.0", path = "./ext/io" }
-deno_net = { version = "0.87.0", path = "./ext/net" }
-deno_node = { version = "0.32.0", path = "./ext/node" }
-deno_kv = { version = "0.3.0", path = "./ext/kv" }
-deno_tls = { version = "0.82.0", path = "./ext/tls" }
-deno_url = { version = "0.95.0", path = "./ext/url" }
-deno_web = { version = "0.126.0", path = "./ext/web" }
-deno_webidl = { version = "0.95.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.100.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.90.0", path = "./ext/webstorage" }
-deno_napi = { version = "0.25.0", path = "./ext/napi" }
+deno_broadcast_channel = { version = "0.90.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.28.0", path = "./ext/cache" }
+deno_console = { version = "0.96.0", path = "./ext/console" }
+deno_crypto = { version = "0.110.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.120.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.83.0", path = "./ext/ffi" }
+deno_flash = { version = "0.32.0", path = "./ext/flash" }
+deno_fs = { version = "0.6.0", path = "./ext/fs" }
+deno_http = { version = "0.91.0", path = "./ext/http" }
+deno_io = { version = "0.6.0", path = "./ext/io" }
+deno_net = { version = "0.88.0", path = "./ext/net" }
+deno_node = { version = "0.33.0", path = "./ext/node" }
+deno_kv = { version = "0.4.0", path = "./ext/kv" }
+deno_tls = { version = "0.83.0", path = "./ext/tls" }
+deno_url = { version = "0.96.0", path = "./ext/url" }
+deno_web = { version = "0.127.0", path = "./ext/web" }
+deno_webidl = { version = "0.96.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.101.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.91.0", path = "./ext/webstorage" }
+deno_napi = { version = "0.26.0", path = "./ext/napi" }
 
 aes = "=0.8.2"
 anyhow = "1.0.57"
diff --git a/Releases.md b/Releases.md
index b85f0a1195..3a89d722b0 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,46 @@ https://github.com/denoland/deno/releases
 We also have one-line install commands at:
 https://github.com/denoland/deno_install
 
+### 1.32.2 / 2023.03.31
+
+- Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491)
+- feat(core): initialize SQLite off-main-thread (#18401)
+- feat(ext/kv): return versionstamp from set/commit (#18512)
+- feat(ext/node): add `crypto.checkPrime` API (#18465)
+- feat(ext/node): implement crypto.createSecretKey (#18413)
+- feat(test): print pending tests on sigint (#18246)
+- feat: port node:zlib to rust (#18291)
+- fix(cli): add colors to "Module not found" error frame (#18437)
+- fix(cli): don't store blob and data urls in the module cache (#18261)
+- fix(cli/bench): look for clone3 syscalls for thread count (#18456)
+- fix(core): located_script_name macro was using format syntax (#18388)
+- fix(core): panic at build time if extension code contains anything other than
+  7-bit ASCII (#18372)
+- fix(core): restore cache journal mode to TRUNCATE and tweak tokio test in
+  CacheDB (#18469)
+- fix(coverage): ignore files from npm registry (#18457)
+- fix(dts): improve types for the Deno.KV API (#18510)
+- fix(ext/kv): add missing `getMany` method (#18410)
+- fix(ext/node): add aes-128-ecb algorithm support (#18412)
+- fix(ext/node): add missing _preloadModules hook (#18447)
+- fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471)
+- fix(ext/node): make cipher/decipher transform stream (#18408)
+- fix(lsp): `textDocument/references` should respect `includeDeclaration`
+  (#18496)
+- fix(lsp): better handling of `data:` urls (#18527)
+- fix(lsp): include all diagnosable documents on initialize (#17979)
+- fix(ops): fallback when FastApiOneByteString is not utf8 (#18518)
+- fix(repl): improve package.json support (#18497)
+- fix(streams): add support `Float64Array` to `ReadableStreamByobReader`
+  (#18188)
+- fix: Add missing `processenv` winapi feature to deno_io (#18485)
+- fix: upgrade to TypeScript 5.0.3 (#18532)
+- perf(ext/websocket): efficient event kind serialization (#18509)
+- perf(ext/websocket): special op for sending binary data frames (#18506)
+- perf(ext/websocket): special op for sending text data frames (#18507)
+- perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)
+- perf: `const` op declaration (#18288)
+
 ### 1.32.1 / 2023.03.23
 
 - fix(core): disable resizable ArrayBuffer and growable SharedArrayBuffer
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 763d00d2dd..81601aad58 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_bench_util"
-version = "0.89.0"
+version = "0.90.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a887a5692d..2f382fe8c5 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno"
-version = "1.32.1"
+version = "1.32.2"
 authors.workspace = true
 default-run = "deno"
 edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index af77f552f1..44bf45d963 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.181.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.182.0/";
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index d7cce69948..08f6735494 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "napi_sym"
-version = "0.25.0"
+version = "0.26.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 3dd48ca59f..5d495b6f11 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_core"
-version = "0.177.0"
+version = "0.178.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 25ebbb2b56..1824455178 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_broadcast_channel"
-version = "0.89.0"
+version = "0.90.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index 7e066b0eb3..86964ff485 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_cache"
-version = "0.27.0"
+version = "0.28.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index 97f03916ec..f0b3106faf 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_console"
-version = "0.95.0"
+version = "0.96.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index c9fa4be53f..1fd8cc58aa 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_crypto"
-version = "0.109.0"
+version = "0.110.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 9f6ad2e08e..865af57099 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_fetch"
-version = "0.119.0"
+version = "0.120.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 2599a3dfb5..698b2d6f4f 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_ffi"
-version = "0.82.0"
+version = "0.83.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/flash/Cargo.toml b/ext/flash/Cargo.toml
index 12a068a84d..3eb32844aa 100644
--- a/ext/flash/Cargo.toml
+++ b/ext/flash/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_flash"
-version = "0.31.0"
+version = "0.32.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index b32fc7612d..7bb6a23ec0 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_fs"
-version = "0.5.0"
+version = "0.6.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index f025a67273..1b3b3edabe 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_http"
-version = "0.90.0"
+version = "0.91.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index 7570c7aa25..717e627258 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_io"
-version = "0.5.0"
+version = "0.6.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index 0d09cf433a..1aaea4eb8d 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_kv"
-version = "0.3.0"
+version = "0.4.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index 88afc3b275..fe4bea47e0 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_napi"
-version = "0.25.0"
+version = "0.26.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 7ecf5999e8..87f7ca2c30 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_net"
-version = "0.87.0"
+version = "0.88.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index be32310875..7d853a4dc7 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_node"
-version = "0.32.0"
+version = "0.33.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 931992dcbf..9f6f890b39 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_tls"
-version = "0.82.0"
+version = "0.83.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 378dae1992..5a47face2f 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_url"
-version = "0.95.0"
+version = "0.96.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 00a567f987..a49795f926 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_web"
-version = "0.126.0"
+version = "0.127.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index fbdee69a89..59d99bdf7a 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_webidl"
-version = "0.95.0"
+version = "0.96.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 081c9cd60b..d43769d050 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_websocket"
-version = "0.100.0"
+version = "0.101.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index 749876ea70..ebad38ebd0 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_webstorage"
-version = "0.90.0"
+version = "0.91.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/lockfile/Cargo.toml b/lockfile/Cargo.toml
index 5d4712e8a4..85d13bbf68 100644
--- a/lockfile/Cargo.toml
+++ b/lockfile/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_lockfile"
-version = "0.11.0"
+version = "0.12.0"
 edition = "2021"
 license = "MIT"
 description = "An implementation of a lockfile used in Deno"
diff --git a/ops/Cargo.toml b/ops/Cargo.toml
index 9a887fdf67..b674000de2 100644
--- a/ops/Cargo.toml
+++ b/ops/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_ops"
-version = "0.55.0"
+version = "0.56.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 6cc8654d02..5705485141 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "deno_runtime"
-version = "0.103.0"
+version = "0.104.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml
index 033398e155..764e52ed3e 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -2,7 +2,7 @@
 
 [package]
 name = "serde_v8"
-version = "0.88.0"
+version = "0.89.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true