From 28ea73f9174bfa71675e954d01e6a1ac7baa6fe6 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Wed, 27 Dec 2023 20:44:20 +0100 Subject: [PATCH] Prepare for release of version 2.5.0 (#344) --- HISTORY.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a75f6ac..79cbeef 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # Changelog +## v2.5.0 / 2023-12-27 + +- Restore ability to pass a TypeScript `interface` ([#341](https://github.com/JedWatson/classnames/pull/341)) +- Add `exports` field to package ([#342](https://github.com/JedWatson/classnames/pull/342)) + ## 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)) diff --git a/package-lock.json b/package-lock.json index d81c97a..cdeb465 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "classnames", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "dev": true, "packages": { "": { "name": "classnames", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "workspaces": [ "benchmarks" diff --git a/package.json b/package.json index bc1fff0..a8194bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classnames", - "version": "2.4.0", + "version": "2.5.0", "description": "A simple utility for conditionally joining classNames together", "author": "Jed Watson", "license": "MIT",