Skip to content

Commit

Permalink
0.222.1 (#4573)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
  • Loading branch information
denobot and kt3k committed Apr 11, 2024
1 parent 0c58441 commit 53c4c6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Expand Up @@ -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 comments on commit 53c4c6c

Please sign in to comment.