Skip to content

Commit

Permalink
0.116.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus authored Nov 24, 2021
1 parent 653973a commit e59b245
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit e59b245

Please sign in to comment.