This commit is contained in:
Bartek Iwańczuk 2021-02-05 17:50:28 +01:00 committed by GitHub
parent b9e1d7aa74
commit 90140aefde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

7
Releases.md Normal file
View File

@ -0,0 +1,7 @@
### 0.86.0 / 2021.01.29
- feat(http/file_server): support do not show dotfiles (#690)
- feat(http/file_server): show ../ if it makes sense & end dirs with / (#691)
Releases notes for previous releases can be found in
[`deno` repository](https://github.com/denoland/deno/releases).

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.85.0";
export const VERSION = "0.86.0";