summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-11-24 19:35:13 +0800
committerHaishan <[email protected]>2020-11-24 19:35:13 +0800
commit37166097ff6acfbaa83ff5cd2596bba408ced9f9 (patch)
tree7ae44a7c55dd804dc9d915e7f1c33a73007c34df
parent5f13819f5274681d710b7eb9bafacb2e4878f580 (diff)
v0.2.12
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e372e8..6928657 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.2.12](https://github.com/haishanh/yacd/compare/v0.2.11...v0.2.12) (2020-11-24)
+
+Changed:
+
+- Some minor accessibility improvements
+- Changed log level display order to `debug warning info error silent`
+
## [0.2.11](https://github.com/haishanh/yacd/compare/v0.2.10...v0.2.11) (2020-11-09)
Changed:
diff --git a/package.json b/package.json
index 3532419..561ff4c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "yacd",
- "version": "0.2.11",
+ "version": "0.2.12",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",