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",