Skip to content

Commit 57a9537

Browse files
committed
Prepare for release of version 2.5.0
1 parent dfeb7f3 commit 57a9537

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.5.0 / 2023-12-27
4+
5+
- Restore ability to pass a TypeScript `interface` ([#341](https://github.com/JedWatson/classnames/pull/341))
6+
- Add `exports` field to package ([#342](https://github.com/JedWatson/classnames/pull/342))
7+
38
## v2.4.0 / 2023-12-26
49

510
- Use string concatenation to increase performance thanks [Jon Koops](https://github.com/jonkoops) ([#336](https://github.com/JedWatson/classnames/pull/336))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classnames",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A simple utility for conditionally joining classNames together",
55
"author": "Jed Watson",
66
"license": "MIT",

0 commit comments

Comments
 (0)