From a5a151389e58f2715d8afe3fd4a8009979943ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Tue, 15 Dec 2020 17:56:41 +0800 Subject: [PATCH] fix std version (#8773) --- Releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 57e97625c4..7127d03718 100644 --- a/Releases.md +++ b/Releases.md @@ -18,7 +18,7 @@ https://github.com/denoland/deno_install - refactor: deno_runtime crate (#8640) - upgrade: swc_ecmascript to 0.15.0 (#8688) -Changes in std version 0.80.0: +Changes in std version 0.81.0: - fix(std/datetime): partsToDate (#8553) - fix(std/wasi): disallow multiple starts (#8712)