Co-authored-by: levex <levex@users.noreply.github.com>
This commit is contained in:
denobot 2023-05-12 12:26:39 +02:00 committed by GitHub
parent 97c30e94f1
commit 9ec0978c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
### 0.187.0 / 2023.05.12
- feat(collections): add `partitionEntries` (#3365)
- feat(regexp): add escape function (#3334)
- fix(datetime): negative months, quarters, and years (#3367)
- fix(http/file_server): dealing with dir listing view that contain system files
(#3371)
- fix(http/file_server): redirect non-canonical URL to canonical URL (#3362)
- perf(http/file_server): read fileinfo in parallel (#3363)
### 0.186.0 / 2023.05.04
- BREAKING(path): deprecate path.sep (#3342)

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.186.0";
export const VERSION = "0.187.0";