From 86601e970ae132e9fec7cd5de196f60a9bd42bac Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Tue, 26 Dec 2023 12:21:28 +0100 Subject: [PATCH] Prepare for release of version 2.4.0 (#338) --- HISTORY.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 682e6bd..a75f6ac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # Changelog +## v2.4.0 / 2023-12-26 + +- Use string concatenation to increase performance thanks [Jon Koops](https://github.com/jonkoops) ([#336](https://github.com/JedWatson/classnames/pull/336)) + ## v2.3.3 / 2023-12-21 - Fix default export, thanks [Remco Haszing](https://github.com/remcohaszing) ([#301](https://github.com/JedWatson/classnames/pull/301)) diff --git a/package-lock.json b/package-lock.json index 4a1db42..34a692b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "classnames", - "version": "2.3.3", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "dev": true, "packages": { "": { "name": "classnames", - "version": "2.3.3", + "version": "2.4.0", "license": "MIT", "workspaces": [ "benchmarks" diff --git a/package.json b/package.json index 1d4eae8..2edc966 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classnames", - "version": "2.3.3", + "version": "2.4.0", "description": "A simple utility for conditionally joining classNames together", "main": "index.js", "author": "Jed Watson",