diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b8422df68..453d34a8a5c 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.10.5 (2024-05-03) + + +### Bug Fixes + +* add missing `outline-*` color utility classes to CDN file ([b3e4800](https://github.com/saadeghi/daisyui/commit/b3e48008db3af6002fb04ca81b84aa18bb55e53c)), closes [#2944](https://github.com/saadeghi/daisyui/issues/2944) + ## 4.10.4 (2024-05-02) diff --git a/package.json b/package.json index 859066a0cc3..1338f3c4123 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "4.10.4", + "version": "4.10.5", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",