From 7948a7eaf486ee7515d64d1a765eff8512188552 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Mon, 3 Feb 2020 11:59:15 -0800 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73a7967..e4404b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clsx", - "version": "1.0.4", + "version": "1.1.0", "repository": "lukeed/clsx", "description": "A tiny (229B) utility for constructing className strings conditionally.", "module": "dist/clsx.m.js",