This commit is contained in:
David Sherret 2022-02-24 11:37:50 -05:00 committed by GitHub
parent 14a0dcc1e6
commit 97dc903738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
### 0.127.0 / 2022.02.24
- feat(async): add `abortable` to async module. (#1939)
- feat(dotenv): add dotenv library (#1877)
- feat(http): expose serveDir function from file_server.ts (#1944)
- feat(node): add fs.realpath.native (#1951)
- feat(node/tls): basic support of tls.createServer (#1948)
- feat(testing): add `assertAlmostEquals` (#1906)
- fix(node): don't use globalThis.setTimeout types in node/timers (#1934)
### 0.126.0 / 2022.02.17
- feat(node): add tls.connect (#1923)

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.126.0";
export const VERSION = "0.127.0";