From b391dc900cd58c06b7afbb12d01adc25916d1917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Sun, 25 Mar 2018 01:20:00 +0100 Subject: [PATCH] 6.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2e2e6cd..be750b0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-textarea-autosize", "description": "textarea component for React which grows with content", - "version": "6.0.0", + "version": "6.0.1", "keywords": "autosize, grow, react, react-component, textarea", "repository": "andreypopp/react-textarea-autosize", "license": "MIT",