mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
parent
9ff1a8573f
commit
350b90959b
@ -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)
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user