Skip to content

Commit

Permalink
0.164.0 (#2884)
Browse files Browse the repository at this point in the history
Co-authored-by: dsherret <[email protected]>
  • Loading branch information
denobot and dsherret authored Nov 13, 2022
1 parent 0a7b432 commit 0c55d98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.164.0 / 2022.11.13

- feat(fmt): add `prettyDuration` (#2861)
- feat(http/file_server): add -v, --version option (#2868)
- fix(node/fs): improve fs.read compatibility (#2880)
- fix(node/http): add .finished property to ServerResponse (#2878)
- fix(node/http): fix non-string buffer response (#2863)
- node: mock ClientRequest.setTimeout (#2875)
- perf(node/string_decoder): use native decoder for GenericDecoder (#2858)

### 0.163.0 / 2022.11.08

- chore: upgrade rust to 0.165.0 and wasmbuild to 0.10.2 (#2850)
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.163.0";
export const VERSION = "0.164.0";

0 comments on commit 0c55d98

Please sign in to comment.