From a60db12a53aee6a14218a62d8a0624f556b87032 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Fri, 29 Dec 2023 12:34:37 -0800 Subject: [PATCH] 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4df4ae5..02c9868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clsx", - "version": "2.0.1", + "version": "2.1.0", "repository": "lukeed/clsx", "description": "A tiny (239B) utility for constructing className strings conditionally.", "module": "dist/clsx.mjs",