Co-authored-by: David Sherret <dsherret@gmail.com>
This commit is contained in:
github-actions[bot] 2022-04-14 13:48:04 -04:00 committed by GitHub
parent bcec5f9d8b
commit cd98c2dd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
### 0.135.0 / 2022.04.14
- BREAKING(io/readers): use an array as a MultiReader constructor parameter to
avoid Maximum call stack size exceeded (#2016)
- BREAKING(mime/multipart): deprecate mime/multipart module (#2105)
- BREAKING(testing/bench): deprecate testing/bench module (#2104)
- feat(node): `Duplex.fromWeb` (#2086)
- feat(testing): add behavior-driven development (#2067)
- feat(testing): add utility for faking time (#2069)
- fix(node): Make global.ts evaluate synchronously (#2098)
### 0.134.0 / 2022.04.07
- feat(node/child_process): support `signal` parameter for `ChildProcess.kill`

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.134.0";
export const VERSION = "0.135.0";