Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

2021.09.08

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 01:46
· 1 commit to main since this release
970e6ee

CHANGELOG

  • fix(runtime): return error instead of panicking for windows signals (#11940)
  • fix: exit process on panic in a tokio task (#11942)
  • fix: remove windows-only panic when calling Deno.kill (#11948)

diff: d331c4b...4833103

Runtime Docs

Install / Upgrade

With Shell:

curl -fsSL https://denonightly.now.sh/sh | sh -s 2021.09.08

With PowerShell:

$v="2021.09.08"; iwr https://denonightly.now.sh/ps1 -useb | iex

On GitHub Actions:

- uses: denolib/setup-deno@v2
  with:
    deno-version: nightly