Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 May 22:38
55d2c6b

Changes

Read more about this release at https://deno.land/v1

  • fix: default to 0.0.0.0 for Deno.listen (#5203)
  • fix: Make --inspect-brk pause on the first line of user code (#5250)
  • fix: Source maps in inspector for local files (#5245)
  • upgrade: TypeScript 3.9 (#4510)

Install / Upgrade

Using Deno:

deno upgrade --version 1.0.0

With Shell:

curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.0

With PowerShell:

iwr https://deno.land/x/install/install.ps1 -useb -outf install.ps1; .\install.ps1 v1.0.0