This commit is contained in:
Luca Casonato 2022-03-25 14:31:52 +01:00 committed by GitHub
parent 0d731bc7ae
commit 76a0cdafe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
### 0.132.0 / 2022.03.25
- feat(collections): Add BSTree and RBTree (#2023)
- feat(node): add ReadStream and createReadStream (#1435)
- feat(node): export URLSearchParams via url module (#2056)
### 0.131.0 / 2022.03.24
- feat(node): add NodeEventTarget (#2032)

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.131.0";
export const VERSION = "0.132.0";