Co-authored-by: kt3k <kt3k@users.noreply.github.com>
This commit is contained in:
denobot 2022-12-01 04:00:14 -05:00 committed by GitHub
parent 04d57ea1af
commit 10834cd64f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
### 0.167.0 / 2022.12.01
- Reorder steps to view documentation (#2948)
- Revert "test(node/http): modify writable of ClientRequest (#2945)" (#2950)
- feat(async): retry (#2929)
- feat(dotenv): support type inference based on `restrictEnvAccessTo` option
(#2933)
- feat(node): add os.version (#2962)
- feat(node): add util.types.isProxy (#2960)
- feat(testing): add conditional type check utils (#2864)
- fix(node/tls): implement secureConnect event (#2926)
### 0.166.0 / 2022.11.24
- BREAKING(fmt/bytes): rename prettyBytes to format (#2896)

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.166.0";
export const VERSION = "0.167.0";