Release v0.1.2

This commit is contained in:
Haishan 2019-12-22 19:34:34 +08:00
parent 17402f6eea
commit 62b7f7f7ba
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.1.2](https://github.com/haishanh/yacd/compare/v0.1.1...v0.1.2) (2019-12-22)
Fixes:
- typo in connections table header
## [0.1.1](https://github.com/haishanh/yacd/compare/v0.1.0...v0.1.1) (2019-12-21) ## [0.1.1](https://github.com/haishanh/yacd/compare/v0.1.0...v0.1.1) (2019-12-21)
Fixes: Fixes:

View file

@ -1,6 +1,6 @@
{ {
"name": "yacd", "name": "yacd",
"version": "0.1.1", "version": "0.1.2",
"description": "Yet another Clash dashboard", "description": "Yet another Clash dashboard",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {