summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2020-12-15 17:56:41 +0800
committerGitHub <noreply@github.com>2020-12-15 04:56:41 -0500
commita5a151389e58f2715d8afe3fd4a8009979943ddc (patch)
tree02205e376ae1a7e3eb8d767ec034d803adb6380b
parent63a821b78b5a293c0eb5b3ecc18d67bde8331eda (diff)
fix std version (#8773)
-rw-r--r--Releases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Releases.md b/Releases.md
index 57e97625c..7127d0371 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)