Skip to content

Commit

Permalink
0.222.0 (#4568)
Browse files Browse the repository at this point in the history
Co-authored-by: satyarohith <satyarohith@users.noreply.github.com>
  • Loading branch information
denobot and satyarohith committed Apr 11, 2024
1 parent 7cef1d9 commit b5af8da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 0.222.0 / 2024.04.11

- [unstable] BREAKING(semver): remove comparator.semver field (#4533)
- deprecate(log): deprecate internal utility methods (#4436)
- deprecation(console): copy `std/console` APIs into `std/cli` and deprecate
`std/console` (#4547)
- deprecation(crypto): rename an export to match style guide, deprecating
original and two other obsolete imports (#4525)
- deprecation(encoding): make exported function names consistent with
`std/encoding` (#4555)
- deprecation(yaml): cleanup schema exports (#4566)
- feat(expect): support `expect.addSnapshotSerialize()` api (#4537)
- feat(semver): `greaterThanRange()` and `lessThanRange()` (#4534)
- feat(testing): add `after`, `before`, `test` aliases (#4541)
- fix(cli): make the output of `promptSecret()` consistent with `prompt()`
(#4549)

### 0.221.0 / 2024.03.27

- feat(expect): add `expect.{closeTo, stringContaining, stringMatching}` (#4508)
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
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.221.0";
export const VERSION = "0.222.0";

0 comments on commit b5af8da

Please sign in to comment.