mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.132.0
This commit is contained in:
parent
0d731bc7ae
commit
76a0cdafe4
@ -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)
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user