diff options
author | 迷渡 <justjavac@gmail.com> | 2020-12-15 17:56:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 04:56:41 -0500 |
commit | a5a151389e58f2715d8afe3fd4a8009979943ddc (patch) | |
tree | 02205e376ae1a7e3eb8d767ec034d803adb6380b | |
parent | 63a821b78b5a293c0eb5b3ecc18d67bde8331eda (diff) |
fix std version (#8773)
-rw-r--r-- | Releases.md | 2 |
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) |