From 8667cdef4383db4de2f7d85e4562811911b67789 Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:14:25 +1000 Subject: [PATCH] update HISTORY --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 15f1e91..070951c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # Changelog +## v2.3.3 / 2023-04-27 + +- Fix default export, thanks [Remco Haszing](@remcohaszing), (https://github.com/JedWatson/classnames/pull/301) +- Fix types for read-only arrays, thanks [Ben Thompson](@BenGearset), (https://github.com/JedWatson/classnames/pull/307) + ## v2.3.2 / 2022-09-13 - Fix TypeScript types when using require, thanks [Mark Dalgleish](https://github.com/markdalgleish) ([#276](https://github.com/JedWatson/classnames/pull/276))