Skip to content

Commit

Permalink
0.160.0 (#2784)
Browse files Browse the repository at this point in the history
Co-authored-by: bartlomieju <[email protected]>
  • Loading branch information
denobot and bartlomieju authored Oct 17, 2022
1 parent ff73361 commit 0ce558f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.160.0 / 2022.10.17

- feat(crypto): export algorithm types (#2759)
- feat(node): add readline/promises (#2760)
- fix(node/child_process): add support of windowsVerbatimArguments option
(#2781)
- fix(node/child_process): mock childProcess.disconnect method (#2776)
- fix(node/fs): make fs.access resolve on windows (#2775)
- fix(node/fs): resolve `Dirent` instead of Object (#2753)

### 0.159.0 / 2022.10.06

- BREAKING: deprecate `std/textproto` (#2737)
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.159.0";
export const VERSION = "0.160.0";

0 comments on commit 0ce558f

Please sign in to comment.