Co-authored-by: David Sherret <dsherret@gmail.com>
This commit is contained in:
github-actions[bot] 2022-04-07 11:08:17 -04:00 committed by GitHub
parent 9ff1a8573f
commit 350b90959b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
### 0.134.0 / 2022.04.07
- feat(node/child_process): support `signal` parameter for `ChildProcess.kill`
(#2083)
- feat(node/net): add server.ref/unref methods (#2087)
- feat: web streams based encoding/csv (#1993)
- fix(log): fix log formatter issue (#2070)
- fix(node/fs): fix writing redundant data (#2076)
### 0.133.0 / 2022.03.31
- BREAKING: improve bytes/ module (#2074)

View File

@ -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.133.0";
export const VERSION = "0.134.0";