v0.2.10
This commit is contained in:
parent
a1053b9250
commit
1b95680919
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# 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)
|
## [0.2.9](https://github.com/haishanh/yacd/compare/v0.2.8...v0.2.9) (2020-11-01)
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "yacd",
|
"name": "yacd",
|
||||||
"version": "0.2.9",
|
"version": "0.2.10",
|
||||||
"description": "Yet another Clash dashboard",
|
"description": "Yet another Clash dashboard",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --fix --cache src",
|
"lint": "eslint --fix --cache src",
|
||||||
|
|
Loading…
Reference in a new issue