This commit is contained in:
denobot 2022-04-28 14:28:22 -04:00 committed by GitHub
parent 00463cba18
commit 210e833263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
### 0.137.0 / 2022.04.28
- feat(testing): infer stub and spy return types from properties (#2137)
- fix(http): export interface ServeTlsInit (#2148)
- fix(node): use Web Crypto API via globalThis (#2115)
- fix(wasi): ContextOptions is an optional argument (#2138)
- http: serve() should log where it is listening (#1641)
### 0.136.0 / 2022.04.21
- feat(testing): Implement "assertSnapshot" (#2039)

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.136.0";
export const VERSION = "0.137.0";