Co-authored-by: dsherret <dsherret@users.noreply.github.com>
This commit is contained in:
denobot 2023-01-13 11:01:13 -05:00 committed by GitHub
parent d368e8c029
commit 6f814508e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
### 0.172.0 / 2023.01.13
- feat(collection): add toArray method to BinaryHeap (#3079)
- feat(node/cluster): `cluster` module for Node compat (#2271)
- fix(datetime): `.quarter` calculation for `difference()` (#3085)
- fix(encoding/jsonc): avoid prototype pollution in Node.js and Browser (#3077)
- fix(node): support ref & unref of TCP handle (#3102)
- fix(path): correctly handle trailing slashes for posix basename (#3088)
### 0.171.0 / 2023.01.05
- feat(http): add --header option to file_server (#2977)

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.171.0";
export const VERSION = "0.172.0";