From a83c78218adba716dc1968813869717f85eb2389 Mon Sep 17 00:00:00 2001 From: Zephyruso <176294927+Zephyruso@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:00:16 +0800 Subject: [PATCH] chore(main): release 1.22.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24fd5c1a..cdd924ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.22.0](https://github.com/Zephyruso/zashboard/compare/v1.21.0...v1.22.0) (2024-12-08) + + +### Features + +* allow setting protocol in params-based setup ([#70](https://github.com/Zephyruso/zashboard/issues/70)) ([1c26b96](https://github.com/Zephyruso/zashboard/commit/1c26b960579f502834ae045697ed970e79adb0f2)) +* jump to settings page when request status's code is `401` ([#69](https://github.com/Zephyruso/zashboard/issues/69)) ([dd0a044](https://github.com/Zephyruso/zashboard/commit/dd0a04441f6010d225337779f0616603a96545d8)) + + +### Bug Fixes + +* icon can not be seen clearly due to [#66](https://github.com/Zephyruso/zashboard/issues/66) ([#67](https://github.com/Zephyruso/zashboard/issues/67)) ([f8c8810](https://github.com/Zephyruso/zashboard/commit/f8c8810eb5f74c6cc88ff96fce4d165f530604ab)) +* unify shadow & rounded ([33af4aa](https://github.com/Zephyruso/zashboard/commit/33af4aa0a01c723f70535710807257ed1c342853)) + ## [1.21.0](https://github.com/Zephyruso/zashboard/compare/v1.20.1...v1.21.0) (2024-12-08) diff --git a/package.json b/package.json index d17c91d5..4c6027b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zashboard", - "version": "1.21.0", + "version": "1.22.0", "type": "module", "scripts": { "dev": "vite",