Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
This commit is contained in:
denobot 2023-01-16 15:52:37 -05:00 committed by GitHub
parent b55fb2e311
commit 21703f2efa
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.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)

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.172.0";
export const VERSION = "0.173.0";