mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.165.0 (#2902)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
This commit is contained in:
parent
4b19657345
commit
cfe4fc7df5
@ -1,3 +1,9 @@
|
||||
### 0.165.0 / 2022.11.16
|
||||
|
||||
- fix(node): improve crypto.getHashes compatibility (#2890)
|
||||
- fix(node): issues with browser (#2892)
|
||||
- fix: allow creating http.IncomingRequest without url being set (#2893)
|
||||
|
||||
### 0.164.0 / 2022.11.13
|
||||
|
||||
- feat(fmt): add `prettyDuration` (#2861)
|
||||
|
@ -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.164.0";
|
||||
export const VERSION = "0.165.0";
|
||||
|
Loading…
Reference in New Issue
Block a user