summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1de91c9..3d4a513 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.1.6](https://github.com/haishanh/yacd/compare/v0.1.5...v0.1.6) (2020-01-07)
+
+Features:
+
+- keep up to 100 closed connections in another tab
+
## [0.1.5](https://github.com/haishanh/yacd/compare/v0.1.4...v0.1.5) (2020-01-04)
Features:
diff --git a/package.json b/package.json
index d2cdd1e..de773ff 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "yacd",
- "version": "0.1.5",
+ "version": "0.1.6",
"description": "Yet another Clash dashboard",
"main": "index.js",
"scripts": {