mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.137.0 (#2165)
This commit is contained in:
parent
00463cba18
commit
210e833263
@ -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)
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user