diff --git a/CHANGELOG.md b/CHANGELOG.md index 352d442..41c9b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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) Fixes: diff --git a/package.json b/package.json index 5ae4db7..4084933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.1", + "version": "0.1.2", "description": "Yet another Clash dashboard", "main": "index.js", "scripts": {