diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd8943a7e4..c9ddde50b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 4.12.8 (2024-06-24) + + +### Bug Fixes + +* decrease default scrollbar color contrast using color-mix ([92d98ed](https://github.com/saadeghi/daisyui/commit/92d98ed60acb8fa1300fc1665b9c1df3195a9b60)) + ## 4.12.7 (2024-06-23) diff --git a/package.json b/package.json index ccdd4dbbb2e..3d6033aa72a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "4.12.7", + "version": "4.12.8", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",