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

2021.07.08

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

CHANGELOG

  • fix(cli/tools/lint): output json reports to stdout (#11311)
  • fix(cli/tools/upgrade): check if passed version is valid (#11296)
  • fix(crypto): hash input for RSASSA-PKCS1-v1_5 before signing (#11314)
  • fix(docs): update contributing instructions to mention installing python 3 instead of 2. (#11319)
  • fix(extensions/console): left align table entries (#11295)
  • fix(webgpu): align error scopes to spec (#9797)
  • fix: uuid crate needs 'serde' feature (#11318)

diff: 78ac19f...397c34c

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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