Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
This commit is contained in:
denobot 2022-07-28 09:18:26 -07:00 committed by GitHub
parent aaa1f64d38
commit b81058a7f4
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.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)

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.149.0";
export const VERSION = "0.150.0";