summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.generate.ts4
-rw-r--r--.github/workflows/ci.yml3
-rw-r--r--Cargo.lock50
-rw-r--r--Cargo.toml48
-rw-r--r--Releases.md36
-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--core/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/crypto/Cargo.toml2
-rw-r--r--ext/fetch/Cargo.toml2
-rw-r--r--ext/ffi/Cargo.toml2
-rw-r--r--ext/flash/Cargo.toml2
-rw-r--r--ext/http/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--ops/Cargo.toml2
-rw-r--r--runtime/Cargo.toml2
-rw-r--r--serde_v8/Cargo.toml2
31 files changed, 111 insertions, 82 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 0c2f062e3..d6a27c9d5 100644
--- a/.github/workflows/ci.generate.ts
+++ b/.github/workflows/ci.generate.ts
@@ -200,10 +200,6 @@ const ci = {
jobs: {
build: {
name: "${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}",
- if: [
- "github.event_name == 'push' ||",
- "!startsWith(github.event.pull_request.head.label, 'denoland:')",
- ].join("\n"),
"runs-on": "${{ matrix.os }}",
"timeout-minutes": 120,
strategy: {
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 006d9c12a..7acb239f6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,9 +19,6 @@ concurrency:
jobs:
build:
name: '${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}'
- if: |-
- github.event_name == 'push' ||
- !startsWith(github.event.pull_request.head.label, 'denoland:')
runs-on: '${{ matrix.os }}'
timeout-minutes: 120
strategy:
diff --git a/Cargo.lock b/Cargo.lock
index 79559a3b8..dee9a9a3c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -755,7 +755,7 @@ checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
[[package]]
name = "deno"
-version = "1.29.2"
+version = "1.29.3"
dependencies = [
"atty",
"base32",
@@ -871,7 +871,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.77.0"
+version = "0.78.0"
dependencies = [
"bencher",
"deno_core",
@@ -881,7 +881,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.77.0"
+version = "0.78.0"
dependencies = [
"async-trait",
"deno_core",
@@ -891,7 +891,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.15.0"
+version = "0.16.0"
dependencies = [
"async-trait",
"deno_core",
@@ -903,14 +903,14 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.83.0"
+version = "0.84.0"
dependencies = [
"deno_core",
]
[[package]]
name = "deno_core"
-version = "0.165.0"
+version = "0.166.0"
dependencies = [
"anyhow",
"bytes",
@@ -935,7 +935,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.97.0"
+version = "0.98.0"
dependencies = [
"aes",
"aes-gcm",
@@ -1002,7 +1002,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.107.0"
+version = "0.108.0"
dependencies = [
"bytes",
"data-url",
@@ -1019,7 +1019,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.70.0"
+version = "0.71.0"
dependencies = [
"deno_core",
"dlopen",
@@ -1032,7 +1032,7 @@ dependencies = [
[[package]]
name = "deno_flash"
-version = "0.19.0"
+version = "0.20.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1070,7 +1070,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.78.0"
+version = "0.79.0"
dependencies = [
"async-compression",
"base64",
@@ -1112,7 +1112,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"deno_core",
"libloading",
@@ -1120,7 +1120,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.75.0"
+version = "0.76.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1134,7 +1134,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"deno_core",
"once_cell",
@@ -1145,7 +1145,7 @@ dependencies = [
[[package]]
name = "deno_ops"
-version = "0.43.0"
+version = "0.44.0"
dependencies = [
"once_cell",
"pmutil",
@@ -1161,7 +1161,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.91.0"
+version = "0.92.0"
dependencies = [
"atty",
"deno_broadcast_channel",
@@ -1227,7 +1227,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.70.0"
+version = "0.71.0"
dependencies = [
"deno_core",
"once_cell",
@@ -1241,7 +1241,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.83.0"
+version = "0.84.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1253,7 +1253,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.114.0"
+version = "0.115.0"
dependencies = [
"async-trait",
"base64-simd",
@@ -1271,7 +1271,7 @@ dependencies = [
[[package]]
name = "deno_webgpu"
-version = "0.84.0"
+version = "0.85.0"
dependencies = [
"deno_core",
"serde",
@@ -1282,14 +1282,14 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.83.0"
+version = "0.84.0"
dependencies = [
"deno_core",
]
[[package]]
name = "deno_websocket"
-version = "0.88.0"
+version = "0.89.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1303,7 +1303,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.78.0"
+version = "0.79.0"
dependencies = [
"deno_core",
"deno_web",
@@ -2804,7 +2804,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"proc-macro2 1.0.47",
"quote 1.0.21",
@@ -3937,7 +3937,7 @@ dependencies = [
[[package]]
name = "serde_v8"
-version = "0.76.0"
+version = "0.77.0"
dependencies = [
"bencher",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index ee0d7e10b..e7fc65be3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,33 +43,33 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.60.0", default-features = false }
deno_ast = { version = "0.23.2", features = ["transpiling"] }
-deno_core = { version = "0.165.0", path = "./core" }
-deno_ops = { version = "0.43.0", path = "./ops" }
-serde_v8 = { version = "0.76.0", path = "./serde_v8" }
-deno_runtime = { version = "0.91.0", path = "./runtime" }
-napi_sym = { version = "0.13.0", path = "./cli/napi/sym" }
-deno_bench_util = { version = "0.77.0", path = "./bench_util" }
+deno_core = { version = "0.166.0", path = "./core" }
+deno_ops = { version = "0.44.0", path = "./ops" }
+serde_v8 = { version = "0.77.0", path = "./serde_v8" }
+deno_runtime = { version = "0.92.0", path = "./runtime" }
+napi_sym = { version = "0.14.0", path = "./cli/napi/sym" }
+deno_bench_util = { version = "0.78.0", path = "./bench_util" }
test_util = { path = "./test_util" }
# exts
-deno_broadcast_channel = { version = "0.77.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.15.0", path = "./ext/cache" }
-deno_console = { version = "0.83.0", path = "./ext/console" }
-deno_crypto = { version = "0.97.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.107.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.70.0", path = "./ext/ffi" }
-deno_flash = { version = "0.19.0", path = "./ext/flash" }
-deno_http = { version = "0.78.0", path = "./ext/http" }
-deno_net = { version = "0.75.0", path = "./ext/net" }
-deno_node = { version = "0.20.0", path = "./ext/node" }
-deno_tls = { version = "0.70.0", path = "./ext/tls" }
-deno_url = { version = "0.83.0", path = "./ext/url" }
-deno_web = { version = "0.114.0", path = "./ext/web" }
-deno_webgpu = { version = "0.84.0", path = "./ext/webgpu" }
-deno_webidl = { version = "0.83.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.88.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.78.0", path = "./ext/webstorage" }
-deno_napi = { version = "0.13.0", path = "./ext/napi" }
+deno_broadcast_channel = { version = "0.78.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.16.0", path = "./ext/cache" }
+deno_console = { version = "0.84.0", path = "./ext/console" }
+deno_crypto = { version = "0.98.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.108.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.71.0", path = "./ext/ffi" }
+deno_flash = { version = "0.20.0", path = "./ext/flash" }
+deno_http = { version = "0.79.0", path = "./ext/http" }
+deno_net = { version = "0.76.0", path = "./ext/net" }
+deno_node = { version = "0.21.0", path = "./ext/node" }
+deno_tls = { version = "0.71.0", path = "./ext/tls" }
+deno_url = { version = "0.84.0", path = "./ext/url" }
+deno_web = { version = "0.115.0", path = "./ext/web" }
+deno_webgpu = { version = "0.85.0", path = "./ext/webgpu" }
+deno_webidl = { version = "0.84.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.89.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.79.0", path = "./ext/webstorage" }
+deno_napi = { version = "0.14.0", path = "./ext/napi" }
anyhow = "1.0.57"
async-trait = "0.1.51"
diff --git a/Releases.md b/Releases.md
index 8e261e8f7..57b78bc95 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,42 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.29.3 / 2023.01.13
+
+- feat(core): allow specifying name and dependencies of an Extension (#17301)
+- feat(ext/ffi): structs by value (#15060)
+- fix(cli): uninstall command accept short flags (#17259)
+- fix(cli/args): update value_name of inspect args to resolve broken completions
+ (#17287)
+- fix(core): get v8 console from context extra bindings (#17243)
+- fix(ext/web/streams): fix ReadableStream asyncIterator (#16276)
+- fix(fmt): better handling of link reference definitions when formatting
+ markdown (#17352)
+- fix(install): should always include `--no-config` in shim unless `--config` is
+ specified (#17300)
+- fix(napi): Implement `napi_threadsafe_function` ref and unref (#17304)
+- fix(napi): date and unwrap handling (#17369)
+- fix(napi): handle static properties in classes (#17320)
+- fix(napi): support for env cleanup hooks (#17324)
+- fix(npm): allow to read package.json if permissions are granted (#17209)
+- fix(npm): handle declaration file resolution where packages incorrectly define
+ "types" last in "exports" (#17290)
+- fix(npm): panic resolving some dependencies with dist tags (#17278)
+- fix(npm): reduce copy packages when resolving optional peer dependencies
+ (#17280)
+- fix(npm): support old packages and registries with no integrity, but with a
+ sha1sum (#17289)
+- fix(permissions): lock stdio streams when prompt is shown (#17392)
+- fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
+- fix(webidl): properly implement setlike (#17363)
+- fix: check if BroadcastChannel is open before sending (#17366)
+- fix: don't panic on resolveDns if unsupported record type is specified
+ (#17336)
+- fix: don't unwrap in test pipe handling logic (#17341)
+- fix: make self and window getters only & make getterOnly ignore setting
+ (#17362)
+- perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)
+
### 1.29.2 / 2023.01.05
- feat(unstable): Add "Deno.osUptime()" API (#17179)
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 0fe620336..916ed192e 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.77.0"
+version = "0.78.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index d30ef96d1..254f0357f 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.29.2"
+version = "1.29.3"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index b069f55ab..a8bee6a01 100644
--- a/cli/deno_std.rs
+++ b/cli/deno_std.rs
@@ -5,7 +5,7 @@ use once_cell::sync::Lazy;
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
-static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.171.0/";
+static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.172.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index b232ea61e..2d0586348 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.13.0"
+version = "0.14.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 4d35c3407..c36ca6437 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.165.0"
+version = "0.166.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 8fe0ee051..90a3eb240 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.77.0"
+version = "0.78.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index e4fc26580..b295dd683 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.15.0"
+version = "0.16.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index 99df2886f..c979782ec 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.83.0"
+version = "0.84.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 56b0e1cfb..1372d5a33 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.97.0"
+version = "0.98.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 60de2a993..d13e6a1ce 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.107.0"
+version = "0.108.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index f4a7cf160..590124d75 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.70.0"
+version = "0.71.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/flash/Cargo.toml b/ext/flash/Cargo.toml
index db4ef535a..8c35c4fb8 100644
--- a/ext/flash/Cargo.toml
+++ b/ext/flash/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_flash"
-version = "0.19.0"
+version = "0.20.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 7dcc3bbf4..e19cbe7b1 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.78.0"
+version = "0.79.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index 1de8fea4c..f3294f0ad 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.13.0"
+version = "0.14.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index efe570075..d726a1515 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.75.0"
+version = "0.76.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 9908b7508..e2788be7e 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.20.0"
+version = "0.21.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 77970787e..a73c997dd 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.70.0"
+version = "0.71.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 7404699f8..ce1516d06 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.83.0"
+version = "0.84.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 69a17963c..56855806c 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.114.0"
+version = "0.115.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index 7d209abd6..84f6632ce 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.84.0"
+version = "0.85.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index d58af7b79..744115aec 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.83.0"
+version = "0.84.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index e267051f2..ae35a7bca 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.88.0"
+version = "0.89.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index cd93e5d2c..25b7b66dd 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.78.0"
+version = "0.79.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ops/Cargo.toml b/ops/Cargo.toml
index 4b1afa7d9..9b6a59582 100644
--- a/ops/Cargo.toml
+++ b/ops/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ops"
-version = "0.43.0"
+version = "0.44.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 36bf9951a..a77ecfa4d 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.91.0"
+version = "0.92.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml
index b62e4ca66..3fe6471c1 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "serde_v8"
-version = "0.76.0"
+version = "0.77.0"
authors.workspace = true
edition.workspace = true
license.workspace = true