From a8d7c9e6b48d1cbff8c7a98dbce93061bfc42c21 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:42:09 +0200 Subject: [PATCH] 0.200.0 (#3573) Co-authored-by: mmastrac --- Releases.md | 4 ++++ version.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index a81bef8d8..c6b5db309 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,7 @@ +### 0.200.0 / 2023.08.24 + +- doc: add complete docs for all dotenv functionality (#3560) + ### 0.199.0 / 2023.08.21 - fix(collections): redblack tree and bst not being exported from mod (#3528) diff --git a/version.ts b/version.ts index f74864e56..1d71c11fc 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.199.0"; +export const VERSION = "0.200.0";