We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c58441 commit 53c4c6cCopy full SHA for 53c4c6c
Releases.md
@@ -1,3 +1,9 @@
1
+### 0.222.1 / 2024.04.11
2
+
3
+- deprecation(semver): deprecate `rangeMax()` and `rangeMin()` (#4561)
4
+- fix(log): Revert "deprecate(log): deprecate internal utility methods" (#4436)
5
+ (#4572)
6
7
### 0.222.0 / 2024.04.11
8
9
- [unstable] BREAKING(semver): remove comparator.semver field (#4533)
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";
0 commit comments