This commit is contained in:
Luca Casonato 2021-12-03 16:53:21 +01:00 committed by GitHub
parent e5e9b4eaa4
commit d4a2ae275f
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.117.0 / 2021.12.03
- feat(http): introduce onError option on ServerInit (#1621)
- feat(node/readline): Interface, createInterface (#1554)
- fix(node): use async read for stdin (#1653)
- fix(std/node): Add base64url encoding support, indexOf, lastIndexOf and
includes to Buffer (#1636)
- test(node/fs): enable `test-fs-rm.js` (#1632)
- fix(node/util/inspect): Fix some bugs (#1637)
- fix(node): Use upstream implementation for streams (#1634)
### 0.116.0 / 2021.11.24
- feat(node/os): implement os.hostname() (#1631)

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.116.0";
export const VERSION = "0.117.0";