From d8198ca46c019bde996b7e2eac4ecdab6ac30ca9 Mon Sep 17 00:00:00 2001 From: Francesco Cioria Date: Wed, 20 Dec 2017 10:21:16 +0100 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fac52b7..fdfcd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [v2.0.0](https://github.com/buildo/react-placeholder/tree/v2.0.0) (2017-12-20) +[Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.10...v2.0.0) + +#### Breaking: + +- Array.apply not support ie8 in TextBlock even if I add the polyfill (again) [#65](https://github.com/buildo/react-placeholder/issues/65) + ## [v1.0.10](https://github.com/buildo/react-placeholder/tree/v1.0.10) (2017-12-15) [Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.9...v1.0.10) diff --git a/package.json b/package.json index 6eb8640..da36861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-placeholder", - "version": "1.0.10", + "version": "2.0.0", "description": "A React component to easily replicate your page with nice placeholders while the content is loading", "main": "lib", "scripts": {