From c5b2b21ab8aea48ff0b48649f386a2c7280fabf2 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Fri, 29 May 2020 23:26:03 -0700 Subject: [PATCH] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 474e1f5..0c3fb71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clsx", - "version": "1.1.0", + "version": "1.1.1", "repository": "lukeed/clsx", "description": "A tiny (228B) utility for constructing className strings conditionally.", "module": "dist/clsx.m.js",