diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c7b015..9f9b7566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.21.0](https://github.com/Zephyruso/zashboard/compare/v1.20.1...v1.21.0) (2024-12-08) + + +### Features + +* add ProxyIcon component to ProxyNodeCard ([#66](https://github.com/Zephyruso/zashboard/issues/66)) ([a797085](https://github.com/Zephyruso/zashboard/commit/a7970852d54b6d35763646423313b52ab6192c17)) +* charts in settings & fix websocket reactive ([2263c2a](https://github.com/Zephyruso/zashboard/commit/2263c2abf87fbc2a7c5ecd569e4ea1b360ae74a4)) + + +### Bug Fixes + +* make fira sans great again ([9d8d71c](https://github.com/Zephyruso/zashboard/commit/9d8d71ceaa2d6fdebbb75e786b04ada8a905dc6a)) +* system ui ([94e2433](https://github.com/Zephyruso/zashboard/commit/94e243324da3a4810d81542656a8cf033d749fce)) + ## [1.20.1](https://github.com/Zephyruso/zashboard/compare/v1.20.0...v1.20.1) (2024-12-07) diff --git a/package.json b/package.json index a531ad0e..d17c91d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zashboard", - "version": "1.20.1", + "version": "1.21.0", "type": "module", "scripts": { "dev": "vite",