0.138.0
This commit is contained in:
denobot 2022-05-05 13:09:20 -04:00 committed by GitHub
parent c75454c44b
commit 91e55d6301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
### 0.138.0 / 2022.05.05
- fix: Export equalSimd and equalsNaive (#2187)
- BREAKING(testing/snapshot): change multiline string serialization (#2166)
- feat(node/dns): support dns promises lookup (#2164)
- feat(testing): assertFalse (#2093)
- fix(node/dns): export more types (#2185)
- fix(node/worker_threads): Don't wait for parent message in web worker (#2182)
- fix(testing): Compare circular objects (#2172)
### 0.137.0 / 2022.04.28
- feat(testing): infer stub and spy return types from properties (#2137)

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.137.0";
export const VERSION = "0.138.0";