From 51ff0f0d5f19666aab3a214589d486cff0e33aaa Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 19 Feb 2021 08:14:38 -0500 Subject: [PATCH] 0.88.0 --- Releases.md | 11 +++++++++++ version.ts | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 5276c3b58..43a291d34 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,14 @@ +### 0.88.0 / 2021.02.19 + +- BREAKING(encoding): remove module utf8.ts (#728) +- chore: fix typo in contributing section (#709) +- docs(bytes): improve README.md (#737) +- feat(node): add native module polyfills: url, crypto (#729) +- feat(node): add tty module (#738) +- feat(node): support conditional exports (#726) +- fix(std/testing) : Handle Symbols correctly in deep equalities (#731) +- test(node): run external tests with --quiet (#732) + ### 0.87.0 / 2021.02.12 - BREAKING(http/cookie): remove Cookies and SameSite type aliases (#720) diff --git a/version.ts b/version.ts index a31937416..9d3d614ef 100644 --- a/version.ts +++ b/version.ts @@ -5,4 +5,4 @@ * the cli's API is stable. In the future when std becomes stable, likely we * will match versions with cli as we have in the past. */ -export const VERSION = "0.87.0"; +export const VERSION = "0.88.0";