Release v0.1.3

This commit is contained in:
Haishan 2019-12-27 16:32:24 +08:00
parent 3d761f5c36
commit 862816a28a
2 changed files with 19 additions and 4 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.1.3](https://github.com/haishanh/yacd/compare/v0.1.2...v0.1.3) (2019-12-27)
Features:
- can healthcheck a provider
## [0.1.2](https://github.com/haishanh/yacd/compare/v0.1.1...v0.1.2) (2019-12-22) ## [0.1.2](https://github.com/haishanh/yacd/compare/v0.1.1...v0.1.2) (2019-12-22)
Fixes: Fixes:

View file

@ -1,6 +1,6 @@
{ {
"name": "yacd", "name": "yacd",
"version": "0.1.2", "version": "0.1.3",
"description": "Yet another Clash dashboard", "description": "Yet another Clash dashboard",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -17,10 +17,19 @@
} }
}, },
"lint-staged": { "lint-staged": {
"*.{js,scss,css,md}": ["prettier --single-quote --write", "git add"] "*.{js,scss,css,md}": [
"prettier --single-quote --write",
"git add"
]
}, },
"browserslist": [">0.25%", "not ie 11", "not op_mini all"], "browserslist": [
"keywords": ["react"], ">0.25%",
"not ie 11",
"not op_mini all"
],
"keywords": [
"react"
],
"author": "Haishan <haishanhan@gmail.com> (https://haishan.me)", "author": "Haishan <haishanhan@gmail.com> (https://haishan.me)",
"private": true, "private": true,
"license": "MIT", "license": "MIT",