mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.173.0 (#3120)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
This commit is contained in:
parent
b55fb2e311
commit
21703f2efa
@ -1,3 +1,11 @@
|
||||
### 0.173.0 / 2023.01.16
|
||||
|
||||
- fix(fs): change globstar default to true for expandGlob and expandGlobSync
|
||||
(#3115)
|
||||
- fix(streams): prevent artificial terminal newline in `TextLineStream` (#3103)
|
||||
- fix: revert "feat(node/cluster): `cluster` module for Node compat (#2271)"
|
||||
(#3111)
|
||||
|
||||
### 0.172.0 / 2023.01.13
|
||||
|
||||
- feat(collection): add toArray method to BinaryHeap (#3079)
|
||||
|
@ -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.172.0";
|
||||
export const VERSION = "0.173.0";
|
||||
|
Loading…
Reference in New Issue
Block a user