From 780eec9f90c454721fae5683f3a1f9e5dfb7402a Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:29:17 +1100 Subject: [PATCH] Prepare for release of version 2.3.3 (#308) --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 15f1e91..682e6bd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # Changelog +## v2.3.3 / 2023-12-21 + +- Fix default export, thanks [Remco Haszing](https://github.com/remcohaszing) ([#301](https://github.com/JedWatson/classnames/pull/301)) +- Fix types for read-only arrays, thanks [Ben Thompson](https://github.com/BenGearset) ([#307](https://github.com/JedWatson/classnames/pull/307)) +- Replace README examples with functional-style components, thanks [JoeDGit](https://github.com/JoeDGit) ([#303](https://github.com/JedWatson/classnames/pull/303)) + ## 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)) diff --git a/package.json b/package.json index aa6e14e..88254a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classnames", - "version": "2.3.2", + "version": "2.3.3", "description": "A simple utility for conditionally joining classNames together", "main": "index.js", "author": "Jed Watson",