This commit is contained in:
Bert Belder 2021-11-24 11:49:22 -08:00 committed by GitHub
parent 653973a428
commit e59b24543e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
### 0.116.0 / 2021.11.24
- feat(node/os): implement os.hostname() (#1631)
- feat(node/util): add `util.inspect` (#1592)
- fix(fmt/printf): print with rounding taken into account (#1623)
- fix(node/http): ignore server request parse errors (#1624)
- refactor(node): reorganize _next_tick.ts module (#1608)
### 0.115.1 / 2021.11.17
- fix(node): use old "process.nextTick" polyfill if Deno.core is not available

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.115.1";
export const VERSION = "0.116.0";