diff --git a/Releases.md b/Releases.md index 3e5ad13945ef..c32551644899 100644 --- a/Releases.md +++ b/Releases.md @@ -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) diff --git a/version.ts b/version.ts index 61b38527e2b9..5856aa490098 100644 --- a/version.ts +++ b/version.ts @@ -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";