Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
This commit is contained in:
denobot 2022-11-16 16:51:58 -05:00 committed by GitHub
parent 4b19657345
commit cfe4fc7df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -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)

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.164.0";
export const VERSION = "0.165.0";