From 094303ed4e80e898953ceb741933bcd50824b804 Mon Sep 17 00:00:00 2001 From: Robert Pearce Date: Fri, 13 Sep 2019 23:46:24 -0400 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6251076..a6361dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-expanding-textarea", - "version": "2.0.1", + "version": "2.0.2", "description": "React textarea component to automatically expand and contract your textareas", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",