From 136b5af7c81d76a84c146065d008509550fedf2e Mon Sep 17 00:00:00 2001 From: drenther Date: Mon, 2 May 2022 16:52:48 +0530 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ded0f9..a6bfc9d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "use-clamp-text", "description": "react hook to clamp multiline text to a given height in a responsive way (in < 2.5kb)", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "module": "esm/index.js", "types": "./lib",