Release v0.1.3
This commit is contained in:
parent
3d761f5c36
commit
862816a28a
2 changed files with 19 additions and 4 deletions
|
@ -1,5 +1,11 @@
|
|||
# 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)
|
||||
|
||||
Fixes:
|
||||
|
|
17
package.json
17
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yacd",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "Yet another Clash dashboard",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -17,10 +17,19 @@
|
|||
}
|
||||
},
|
||||
"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"],
|
||||
"keywords": ["react"],
|
||||
"browserslist": [
|
||||
">0.25%",
|
||||
"not ie 11",
|
||||
"not op_mini all"
|
||||
],
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
"author": "Haishan <haishanhan@gmail.com> (https://haishan.me)",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue