mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.160.0 (#2784)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
This commit is contained in:
parent
ff73361f85
commit
0ce558fec1
10
Releases.md
10
Releases.md
@ -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)
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user