Skip to content

Commit

Permalink
0.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Feb 5, 2021
1 parent b9e1d7a commit 90140ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 90140ae

Please sign in to comment.