Co-authored-by: dsherret <dsherret@users.noreply.github.com>
This commit is contained in:
denobot 2022-08-11 13:48:27 -04:00 committed by GitHub
parent e83306672e
commit e5d48464bf
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.152.0 / 2022.08.11
- feat(crypto): add subtle.timingSafeEqual() (#2503)
- feat(testing): allow for stubbing non existent instance methods (#2487)
- node: add stub for child_process.execSync (#2513)
- node: remove import to global.ts from module_esm.ts (#2501)
- remove 'unhandledRejection' from list of unsupported events (#2500)
### 0.151.0 / 2022.08.04
- fix(node): fs.existsSync never throws (#2495)

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.151.0";
export const VERSION = "0.152.0";