diff --git a/CHANGELOG.md b/CHANGELOG.md index e5bf4ecc..7cfba927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.26.1](https://github.com/Zephyruso/zashboard/compare/v1.26.0...v1.26.1) (2024-12-12) + + +### Bug Fixes + +* scroll for logs & style ([17170bd](https://github.com/Zephyruso/zashboard/commit/17170bd325d71a54eebd97fdc276f969cc159a01)) +* virtual scroller for connections card ([7549eb3](https://github.com/Zephyruso/zashboard/commit/7549eb34171bbb04be965df3cf08ba2be841462b)) + ## [1.26.0](https://github.com/Zephyruso/zashboard/compare/v1.25.0...v1.26.0) (2024-12-12) diff --git a/package.json b/package.json index b6e4785b..20d4a0a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zashboard", - "version": "1.26.0", + "version": "1.26.1", "description": "A dashboard using clash api", "license": "MIT", "type": "module",