From 53c4c6c4e82fd92152d6d678ce9ec064ffda0975 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:50:39 +0200 Subject: [PATCH] 0.222.1 (#4573) Co-authored-by: kt3k --- Releases.md | 6 ++++++ version.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 3034b973935a..b80433ba7872 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,9 @@ +### 0.222.1 / 2024.04.11 + +- deprecation(semver): deprecate `rangeMax()` and `rangeMin()` (#4561) +- fix(log): Revert "deprecate(log): deprecate internal utility methods" (#4436) + (#4572) + ### 0.222.0 / 2024.04.11 - [unstable] BREAKING(semver): remove comparator.semver field (#4533) diff --git a/version.ts b/version.ts index 7317c81bf190..6b1667f6a28e 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.222.0"; +export const VERSION = "0.222.1";