From 6da37d67472ea9eb177a4ea9a9fa2f3f4a3c445e Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Tue, 5 Jul 2022 17:06:44 -0700 Subject: [PATCH] 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b3632e..8f2f743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clsx", - "version": "1.2.0", + "version": "1.2.1", "repository": "lukeed/clsx", "description": "A tiny (228B) utility for constructing className strings conditionally.", "module": "dist/clsx.m.js",