This commit is contained in:
Haishan 2020-11-06 23:11:54 +08:00
parent a1053b9250
commit 1b95680919
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.2.10](https://github.com/haishanh/yacd/compare/v0.2.9...v0.2.10) (2020-11-06)
Added:
- Precache assets with service worker.
## [0.2.9](https://github.com/haishanh/yacd/compare/v0.2.8...v0.2.9) (2020-11-01)
Added:

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.2.9",
"version": "0.2.10",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",