mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.150.0 (#2479)
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
This commit is contained in:
parent
aaa1f64d38
commit
b81058a7f4
11
Releases.md
11
Releases.md
@ -1,3 +1,14 @@
|
||||
### 0.150.0 / 2022.07.28
|
||||
|
||||
- feat(http/http_errors): add headers property (#2462)
|
||||
- feat(node): support uncaughtException and uncaughtExceptionMonitor (#2460)
|
||||
- fix(io): StringWriter retaining references after write (#2456)
|
||||
- fix(node): correct import specifiers (#2474)
|
||||
- fix(node/fs): fix fs.watch (#2469)
|
||||
- fix(node/process.env) support built-in object methods for process.env (#2468)
|
||||
- node: ChildProcess.ref()/.unref() (#2395)
|
||||
- node: Use "Deno.spawnChild" API for "child_process" polyfill (#2450)
|
||||
|
||||
### 0.149.0 / 2022.07.20
|
||||
|
||||
- feat(semver): add "semver" module (#2434)
|
||||
|
@ -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.149.0";
|
||||
export const VERSION = "0.150.0";
|
||||
|
Loading…
Reference in New Issue
Block a user