chore(release): version v0.21.0

This commit is contained in:
sigoden
2022-06-23 19:34:38 +08:00
parent e29cf4c752
commit c1c6dbc356
3 changed files with 16 additions and 2 deletions

View File

@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
## [0.21.0] - 2022-06-21
### Bug Fixes
- Escape name contains html escape code ([#65](https://github.com/sigoden/dufs/issues/65))
### Features
- Use custom logger with timestamp in rfc3339 ([#67](https://github.com/sigoden/dufs/issues/67))
### Refactor
- Split css/js from index.html ([#68](https://github.com/sigoden/dufs/issues/68))
## [0.20.0] - 2022-06-20
### Bug Fixes