Skip to content

Commit 53c4c6c

Browse files
denobotkt3k
andauthored
0.222.1 (#4573)
Co-authored-by: kt3k <[email protected]>
1 parent 0c58441 commit 53c4c6c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
### 0.222.0 / 2024.04.11
28

39
- [unstable] BREAKING(semver): remove comparator.semver field (#4533)

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* the cli's API is stable. In the future when std becomes stable, likely we
66
* will match versions with cli as we have in the past.
77
*/
8-
export const VERSION = "0.222.0";
8+
export const VERSION = "0.222.1";

0 commit comments

Comments
 (0)