diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-11-23 23:09:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 07:09:15 +0100 |
commit | 2941dd7da8a310cb898b4180a4511cde60d5375d (patch) | |
tree | 63ff37ad65d1376c9aee05033dcb2a2248fd1add | |
parent | 4ff5f175a868c97812eab2ae1235913e8912884a (diff) |
chore: forward v1.38.3 release commit to main (#21320)
-rwxr-xr-x | .github/workflows/ci.generate.ts | 2 | ||||
-rw-r--r-- | .github/workflows/ci.yml | 8 | ||||
-rw-r--r-- | Cargo.lock | 52 | ||||
-rw-r--r-- | Cargo.toml | 46 | ||||
-rw-r--r-- | Releases.md | 16 | ||||
-rw-r--r-- | bench_util/Cargo.toml | 2 | ||||
-rw-r--r-- | cli/Cargo.toml | 4 | ||||
-rw-r--r-- | cli/deno_std.rs | 2 | ||||
-rw-r--r-- | cli/napi/sym/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/broadcast_channel/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/cache/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/console/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/cron/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/crypto/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/fetch/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/ffi/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/fs/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/http/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/io/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/kv/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/napi/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/net/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/node/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/tls/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/url/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/web/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/webidl/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/websocket/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/webstorage/Cargo.toml | 2 | ||||
-rw-r--r-- | runtime/Cargo.toml | 2 |
30 files changed, 96 insertions, 80 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 10bf59521..bda10e1b4 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 = 59; +const cacheVersion = 60; const ubuntuRunner = "ubuntu-22.04"; const ubuntuXlRunner = "ubuntu-22.04-xl"; diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfc037116..b400b41c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -329,8 +329,8 @@ jobs: path: |- ~/.cargo/registry/index ~/.cargo/registry/cache - key: '59-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}' - restore-keys: '59-cargo-home-${{ matrix.os }}' + key: '60-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}' + restore-keys: '60-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: '59-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-' + restore-keys: '60-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: '59-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}' + key: '60-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 670e19007..02b4cabac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,7 +851,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.38.2" +version = "1.38.3" dependencies = [ "async-trait", "base32", @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "deno_bench_util" -version = "0.118.0" +version = "0.119.0" dependencies = [ "bencher", "deno_core", @@ -1002,7 +1002,7 @@ dependencies = [ [[package]] name = "deno_broadcast_channel" -version = "0.118.0" +version = "0.119.0" dependencies = [ "async-trait", "deno_core", @@ -1012,7 +1012,7 @@ dependencies = [ [[package]] name = "deno_cache" -version = "0.56.0" +version = "0.57.0" dependencies = [ "async-trait", "deno_core", @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "deno_console" -version = "0.124.0" +version = "0.125.0" dependencies = [ "deno_core", ] @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "deno_cron" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", @@ -1104,7 +1104,7 @@ dependencies = [ [[package]] name = "deno_crypto" -version = "0.138.0" +version = "0.139.0" dependencies = [ "aes", "aes-gcm", @@ -1177,7 +1177,7 @@ dependencies = [ [[package]] name = "deno_fetch" -version = "0.148.0" +version = "0.149.0" dependencies = [ "bytes", "data-url", @@ -1193,7 +1193,7 @@ dependencies = [ [[package]] name = "deno_ffi" -version = "0.111.0" +version = "0.112.0" dependencies = [ "deno_core", "dlopen2", @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "deno_fs" -version = "0.34.0" +version = "0.35.0" dependencies = [ "async-trait", "deno_core", @@ -1251,7 +1251,7 @@ dependencies = [ [[package]] name = "deno_http" -version = "0.120.0" +version = "0.121.0" dependencies = [ "async-compression", "async-trait", @@ -1288,7 +1288,7 @@ dependencies = [ [[package]] name = "deno_io" -version = "0.34.0" +version = "0.35.0" dependencies = [ "async-trait", "deno_core", @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "deno_kv" -version = "0.32.0" +version = "0.33.0" dependencies = [ "anyhow", "async-trait", @@ -1373,7 +1373,7 @@ dependencies = [ [[package]] name = "deno_napi" -version = "0.54.0" +version = "0.55.0" dependencies = [ "deno_core", "libloading", @@ -1394,7 +1394,7 @@ dependencies = [ [[package]] name = "deno_net" -version = "0.116.0" +version = "0.117.0" dependencies = [ "deno_core", "deno_tls", @@ -1411,7 +1411,7 @@ dependencies = [ [[package]] name = "deno_node" -version = "0.61.0" +version = "0.62.0" dependencies = [ "aead-gcm-stream", "aes", @@ -1506,7 +1506,7 @@ dependencies = [ [[package]] name = "deno_runtime" -version = "0.132.0" +version = "0.133.0" dependencies = [ "console_static_text", "deno_ast", @@ -1576,9 +1576,9 @@ dependencies = [ [[package]] name = "deno_task_shell" -version = "0.14.2" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc333d47d4ec12897c2efd25031c02191ec115b4099470daeee10f8300035e0d" +checksum = "a94a6fd5d889087748f4794887f28756a01b718dae92a316db0951222231325a" dependencies = [ "anyhow", "futures", @@ -1592,7 +1592,7 @@ dependencies = [ [[package]] name = "deno_tls" -version = "0.111.0" +version = "0.112.0" dependencies = [ "deno_core", "deno_native_certs", @@ -1624,7 +1624,7 @@ dependencies = [ [[package]] name = "deno_url" -version = "0.124.0" +version = "0.125.0" dependencies = [ "deno_bench_util", "deno_console", @@ -1636,7 +1636,7 @@ dependencies = [ [[package]] name = "deno_web" -version = "0.155.0" +version = "0.156.0" dependencies = [ "async-trait", "base64-simd", @@ -1657,7 +1657,7 @@ dependencies = [ [[package]] name = "deno_webidl" -version = "0.124.0" +version = "0.125.0" dependencies = [ "deno_bench_util", "deno_core", @@ -1665,7 +1665,7 @@ dependencies = [ [[package]] name = "deno_websocket" -version = "0.129.0" +version = "0.130.0" dependencies = [ "bytes", "deno_core", @@ -1683,7 +1683,7 @@ dependencies = [ [[package]] name = "deno_webstorage" -version = "0.119.0" +version = "0.120.0" dependencies = [ "deno_core", "deno_web", @@ -3310,7 +3310,7 @@ dependencies = [ [[package]] name = "napi_sym" -version = "0.54.0" +version = "0.55.0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2f8618daa..7aa1dbec2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,9 +42,9 @@ repository = "https://github.com/denoland/deno" deno_ast = { version = "0.31.6", features = ["transpiling"] } deno_core = { version = "0.232.0" } -deno_runtime = { version = "0.132.0", path = "./runtime" } -napi_sym = { version = "0.54.0", path = "./cli/napi/sym" } -deno_bench_util = { version = "0.118.0", path = "./bench_util" } +deno_runtime = { version = "0.133.0", path = "./runtime" } +napi_sym = { version = "0.55.0", path = "./cli/napi/sym" } +deno_bench_util = { version = "0.119.0", path = "./bench_util" } test_util = { path = "./test_util" } deno_lockfile = "0.17.2" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } @@ -55,26 +55,26 @@ denokv_sqlite = { default-features = false, version = "0.2.1" } denokv_remote = "0.2.3" # exts -deno_broadcast_channel = { version = "0.118.0", path = "./ext/broadcast_channel" } -deno_cache = { version = "0.56.0", path = "./ext/cache" } -deno_console = { version = "0.124.0", path = "./ext/console" } -deno_cron = { version = "0.4.0", path = "./ext/cron" } -deno_crypto = { version = "0.138.0", path = "./ext/crypto" } -deno_fetch = { version = "0.148.0", path = "./ext/fetch" } -deno_ffi = { version = "0.111.0", path = "./ext/ffi" } -deno_fs = { version = "0.34.0", path = "./ext/fs" } -deno_http = { version = "0.120.0", path = "./ext/http" } -deno_io = { version = "0.34.0", path = "./ext/io" } -deno_net = { version = "0.116.0", path = "./ext/net" } -deno_node = { version = "0.61.0", path = "./ext/node" } -deno_kv = { version = "0.32.0", path = "./ext/kv" } -deno_tls = { version = "0.111.0", path = "./ext/tls" } -deno_url = { version = "0.124.0", path = "./ext/url" } -deno_web = { version = "0.155.0", path = "./ext/web" } -deno_webidl = { version = "0.124.0", path = "./ext/webidl" } -deno_websocket = { version = "0.129.0", path = "./ext/websocket" } -deno_webstorage = { version = "0.119.0", path = "./ext/webstorage" } -deno_napi = { version = "0.54.0", path = "./ext/napi" } +deno_broadcast_channel = { version = "0.119.0", path = "./ext/broadcast_channel" } +deno_cache = { version = "0.57.0", path = "./ext/cache" } +deno_console = { version = "0.125.0", path = "./ext/console" } +deno_cron = { version = "0.5.0", path = "./ext/cron" } +deno_crypto = { version = "0.139.0", path = "./ext/crypto" } +deno_fetch = { version = "0.149.0", path = "./ext/fetch" } +deno_ffi = { version = "0.112.0", path = "./ext/ffi" } +deno_fs = { version = "0.35.0", path = "./ext/fs" } +deno_http = { version = "0.121.0", path = "./ext/http" } +deno_io = { version = "0.35.0", path = "./ext/io" } +deno_net = { version = "0.117.0", path = "./ext/net" } +deno_node = { version = "0.62.0", path = "./ext/node" } +deno_kv = { version = "0.33.0", path = "./ext/kv" } +deno_tls = { version = "0.112.0", path = "./ext/tls" } +deno_url = { version = "0.125.0", path = "./ext/url" } +deno_web = { version = "0.156.0", path = "./ext/web" } +deno_webidl = { version = "0.125.0", path = "./ext/webidl" } +deno_websocket = { version = "0.130.0", path = "./ext/websocket" } +deno_webstorage = { version = "0.120.0", path = "./ext/webstorage" } +deno_napi = { version = "0.55.0", path = "./ext/napi" } aes = "=0.8.3" anyhow = "1.0.57" diff --git a/Releases.md b/Releases.md index f7693d42d..aa04c6473 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,22 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.38.3 / 2023.11.24 + +- feat(unstable): tar up directory with deno.json (#21228) +- fix(ext,runtime): add missing custom inspections (#21219) +- fix(ext/http): avoid lockup in graceful shutdown (#21253) +- fix(ext/http): fix crash in dropped Deno.serve requests (#21252) +- fix(ext/node): fix node:stream.Writable (#21297) +- fix(ext/node): handle closing process.stdin more than once (#21267) +- fix(ext/url): add deno_console dependency for bench (#21266) +- fix(fmt): maintain parens for jsx in member expr (#21280) +- fix(lsp): force shutdown after a timeout (#21251) +- fix(runtime): fix for panic in classic workers (#21300) +- fix(swc): support jsx pragma when hashbang present (#21317) +- fix: 'Promise was collected' error in REPL/jupyter (#21272) +- fix: Deno.noColor should not be true when NO_COLOR is empty string (#21275) + ### 1.38.2 / 2023.11.17 - feat(ext/web): add `AbortSignal.any()` (#21087) diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 28c184856..4e4d419cb 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_bench_util" -version = "0.118.0" +version = "0.119.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b4849e612..e2d70d577 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.38.2" +version = "1.38.3" authors.workspace = true default-run = "deno" edition.workspace = true @@ -61,7 +61,7 @@ deno_lockfile.workspace = true deno_npm = "0.15.2" deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "exclude_runtime_main_js", "include_js_files_for_snapshotting"] } deno_semver = "0.5.1" -deno_task_shell = "=0.14.2" +deno_task_shell = "=0.14.0" eszip = "=0.55.4" napi_sym.workspace = true diff --git a/cli/deno_std.rs b/cli/deno_std.rs index c92f8c31a..419ec0e78 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.207.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.208.0/"; diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index 959ef1e76..45787e884 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.54.0" +version = "0.55.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 145973988..f41532c5a 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.118.0" +version = "0.119.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml index 1d3b43b3c..701ec6d47 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cache" -version = "0.56.0" +version = "0.57.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml index 6e3fb8d05..0a564f687 100644 --- a/ext/console/Cargo.toml +++ b/ext/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.124.0" +version = "0.125.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml index 4479912c9..4dc38959d 100644 --- a/ext/cron/Cargo.toml +++ b/ext/cron/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cron" -version = "0.4.0" +version = "0.5.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index a8d06ace1..147d58416 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.138.0" +version = "0.139.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 8f6343ec7..e372972d9 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.148.0" +version = "0.149.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index ea6624d6f..c5df1bf02 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ffi" -version = "0.111.0" +version = "0.112.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml index 02755cfdc..b833d0be4 100644 --- a/ext/fs/Cargo.toml +++ b/ext/fs/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fs" -version = "0.34.0" +version = "0.35.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 5b7af9fae..5eb5c6fe4 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.120.0" +version = "0.121.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index 3cc57fcfe..ea53f9bea 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_io" -version = "0.34.0" +version = "0.35.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml index 81b2af4f4..5e2ce0f3a 100644 --- a/ext/kv/Cargo.toml +++ b/ext/kv/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_kv" -version = "0.32.0" +version = "0.33.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index 49a2a5435..97bc00262 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_napi" -version = "0.54.0" +version = "0.55.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index b82b8a927..91f2a527f 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.116.0" +version = "0.117.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index d82211563..03ccc5562 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_node" -version = "0.61.0" +version = "0.62.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index 6dcc54d10..96fba5e3a 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_tls" -version = "0.111.0" +version = "0.112.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index d2e52ce41..44c995fd3 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.124.0" +version = "0.125.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 9d0c89ecd..e2e58f028 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.155.0" +version = "0.156.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml index 4009af7e7..241f80c3d 100644 --- a/ext/webidl/Cargo.toml +++ b/ext/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.124.0" +version = "0.125.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 5a013df12..ca2e0f560 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.129.0" +version = "0.130.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index 69cc2198f..51ffaebd2 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.119.0" +version = "0.120.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index fcb84113b..924481b30 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_runtime" -version = "0.132.0" +version = "0.133.0" authors.workspace = true edition.workspace = true license.workspace = true |