Skip to content

Commit

Permalink
0.214.0 (denoland#4256)
Browse files Browse the repository at this point in the history
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
  • Loading branch information
denobot and littledivy authored Feb 1, 2024
1 parent 6935a0c commit 85c8edc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 0.214.0 / 2024.02.01

- BREAKING(io): remove `types.d.ts` (#4237)
- BREAKING(log): remove string formatter (#4239)
- BREAKING(log): single-export handler files (#4236)
- BREAKING(streams): remove `readAll()`, `writeAll()` and `copy()` (#4238)
- feat(tools,log,http,semver): check mod exports, export items consistently from
mod.ts (#4229)
- fix(expect): add Error object equal check. (#4248)
- fix(expect): align `toEqual` to jest (#4246)

### 0.213.0 / 2024.01.25

- BREAKING(http): remove `CookieMap` (#4179)
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.213.0";
export const VERSION = "0.214.0";

0 comments on commit 85c8edc

Please sign in to comment.