This commit is contained in:
Luca Casonato 2021-05-17 16:42:58 +02:00 committed by GitHub
parent eab3a72efc
commit 69245d3dc8
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.97.0 / 2021.05.17
- fix(io/buffer): make Buffer compatible with Deploy (#912)
- fix(io/bufio): readDelim returns wrong result if delim strides over chunks
(#877)
- fix(node/events): accept only functions as listener arguments (#916)
- fix(testing): support array values in assertObjectMatch (#906)
### 0.96.0 / 2021.05.11
- feat(fs/walk): show path in walk error (#875)

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.96.0";
export const VERSION = "0.97.0";