mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.86.0
This commit is contained in:
parent
b9e1d7aa74
commit
90140aefde
7
Releases.md
Normal file
7
Releases.md
Normal 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).
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user