From 3bc193e0d1e9d102d93ea0ef96730896a19d528e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 21:25:27 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6349a0c..a02239e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/ganchdev/quez/compare/v1.0.0...v1.1.0) (2025-04-30) + + +### Features + +* add bonuses to the points system ([#104](https://github.com/ganchdev/quez/issues/104)) ([bc05859](https://github.com/ganchdev/quez/commit/bc0585922f32d906f9afdad0f9a1ca5ed0c81691)) + + +### Bug Fixes + +* scoreboard styling, quiz play errors ([52295e9](https://github.com/ganchdev/quez/commit/52295e95c7c7312d43312bcd9cb56dc9e39e0471)) + ## 1.0.0 (2024-12-26)