Skip to content

Commit b5af8da

Browse files
denobotsatyarohith
andauthored
0.222.0 (#4568)
Co-authored-by: satyarohith <[email protected]>
1 parent 7cef1d9 commit b5af8da

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Releases.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 0.222.0 / 2024.04.11
2+
3+
- [unstable] BREAKING(semver): remove comparator.semver field (#4533)
4+
- deprecate(log): deprecate internal utility methods (#4436)
5+
- deprecation(console): copy `std/console` APIs into `std/cli` and deprecate
6+
`std/console` (#4547)
7+
- deprecation(crypto): rename an export to match style guide, deprecating
8+
original and two other obsolete imports (#4525)
9+
- deprecation(encoding): make exported function names consistent with
10+
`std/encoding` (#4555)
11+
- deprecation(yaml): cleanup schema exports (#4566)
12+
- feat(expect): support `expect.addSnapshotSerialize()` api (#4537)
13+
- feat(semver): `greaterThanRange()` and `lessThanRange()` (#4534)
14+
- feat(testing): add `after`, `before`, `test` aliases (#4541)
15+
- fix(cli): make the output of `promptSecret()` consistent with `prompt()`
16+
(#4549)
17+
118
### 0.221.0 / 2024.03.27
219

320
- feat(expect): add `expect.{closeTo, stringContaining, stringMatching}` (#4508)

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.221.0";
8+
export const VERSION = "0.222.0";

0 commit comments

Comments
 (0)