This commit is contained in:
Ryan Dahl 2022-03-16 14:32:33 -04:00 committed by GitHub
parent a19bd322f2
commit dbccc64488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,11 @@
### 0.129.9 / 2022.03.10
### 0.130.0 / 2022.03.16
- feat(testing): add `assertInstanceOf` (#2028)
- feat(node): shim get-caller-file (#2029)
- fix(node): fix dynamic require (#2024)
- feat(node/fs): add `fs.writevSync(fd, buffers[, position])` (#2020)
### 0.129.0 / 2022.03.10
- feat: streams based `Buffer` (#1970)
- feat(node/crypto): add crypto.publicEncrypt (#1987)

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.129.0";
export const VERSION = "0.130.0";