diff --git a/CHANGELOG.md b/CHANGELOG.md index 316c8c2..df042ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.4.0](https://github.com/alphatrl/classmaid/compare/v4.3.3...v4.4.0) (2026-04-01) + + +### Features + +* **styles:** Move to `tailwindcss@v4` ([#166](https://github.com/alphatrl/classmaid/issues/166)) ([26802af](https://github.com/alphatrl/classmaid/commit/26802af8d413e9f705348edbfa619e183b16e57e)) +* **theme:** Add user-selectable color themes ([#171](https://github.com/alphatrl/classmaid/issues/171)) ([4dddf3a](https://github.com/alphatrl/classmaid/commit/4dddf3adacc706fef1bc437532dc2865c4841719)) + ## [4.3.3](https://github.com/alphatrl/classmaid/compare/v4.3.2...v4.3.3) (2026-03-19) diff --git a/package.json b/package.json index 027e738..76ae936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classmaid", - "version": "4.3.3", + "version": "4.4.0", "private": true, "main": "index.tsx", "scripts": {