Skip to content

Commit

Permalink
Prepare for release of version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored and jonkoops committed Dec 21, 2023
1 parent 638cffc commit 2bf0484
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2bf0484

Please sign in to comment.