diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c9b29..5865e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/package.json b/package.json index 64bf40c..9f003ed 100644 --- a/package.json +++ b/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 (https://haishan.me)", "private": true, "license": "MIT",