From 8b1a164b0688cc85e5caf348fea84dc77be61417 Mon Sep 17 00:00:00 2001 From: Francesco Cioria Date: Thu, 21 Feb 2019 16:52:53 +0100 Subject: [PATCH] 3.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d0281..e91b58c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [v3.0.2](https://github.com/buildo/react-placeholder/tree/v3.0.2) (2019-02-21) +[Full Changelog](https://github.com/buildo/react-placeholder/compare/v3.0.1...v3.0.2) + +#### New features: + +- ReactPlaceholder text component doesn't override the width property [#78](https://github.com/buildo/react-placeholder/issues/78) +- [Typings] Can't assign Element to customPlaceholder [#75](https://github.com/buildo/react-placeholder/issues/75) + ## [v3.0.1](https://github.com/buildo/react-placeholder/tree/v3.0.1) (2018-05-08) [Full Changelog](https://github.com/buildo/react-placeholder/compare/v3.0.0...v3.0.1) diff --git a/package.json b/package.json index 44703d7..c2be907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-placeholder", - "version": "3.0.1", + "version": "3.0.2", "description": "A React component to easily replicate your page with nice placeholders while the content is loading", "main": "lib", "scripts": {