From 5634f1554291f5cc0b5bb5bcd407d75db1f95af6 Mon Sep 17 00:00:00 2001 From: Giovanni Gonzaga Date: Fri, 13 Mar 2020 10:11:41 +0100 Subject: [PATCH] 4.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e064e..6a9677d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [v4.0.1](https://github.com/buildo/react-placeholder/tree/v4.0.1) (2020-03-13) +[Full Changelog](https://github.com/buildo/react-placeholder/compare/v4.0.0...v4.0.1) + +#### New features: + +- TextRow/TextBlock ignores lineSpacing is equal to 0 [#86](https://github.com/buildo/react-placeholder/issues/86) +- Is this package still maintained? [#84](https://github.com/buildo/react-placeholder/issues/84) + ## [v4.0.0](https://github.com/buildo/react-placeholder/tree/v4.0.0) (2020-02-29) [Full Changelog](https://github.com/buildo/react-placeholder/compare/v3.0.2...v4.0.0) diff --git a/package.json b/package.json index 373882a..6d511b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-placeholder", - "version": "4.0.0", + "version": "4.0.1", "description": "A React component to easily replicate your page with nice placeholders while the content is loading", "main": "lib", "scripts": {