From 6a6d323e5aa8d343cec5693fb8a749895ffff436 Mon Sep 17 00:00:00 2001 From: Francesco Cioria Date: Tue, 12 Dec 2017 17:31:04 +0100 Subject: [PATCH] 3.0.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ce476..b1756d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [v3.0.0](https://github.com/buildo/react-autosize-textarea/tree/v3.0.0) (2017-12-12) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v2.0.0...v3.0.0) + +#### Breaking: + +- Wrong initial height when using StyledComponents [#71](https://github.com/buildo/react-autosize-textarea/issues/71) + ## [v2.0.0](https://github.com/buildo/react-autosize-textarea/tree/v2.0.0) (2017-12-07) [Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v1.0.2...v2.0.0) diff --git a/package.json b/package.json index 7fa4914..e6a1854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-autosize-textarea", - "version": "2.0.0", + "version": "3.0.0", "description": "replacement for built-in textarea which auto resizes itself", "main": "lib", "typings": "lib",