From 4bf03d24217705a0994f5884be2aba7a0799f4a7 Mon Sep 17 00:00:00 2001 From: Francesco Cioria Date: Fri, 25 Jan 2019 12:17:48 +0100 Subject: [PATCH] 4.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4031f42..f888a26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [v4.0.3](https://github.com/buildo/react-flexview/tree/v4.0.3) (2019-01-25) +[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.2...v4.0.3) + +#### New features: + +- Remove lodash deps [#72](https://github.com/buildo/react-flexview/issues/72) + ## [v4.0.2](https://github.com/buildo/react-flexview/tree/v4.0.2) (2019-01-23) [Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.1...v4.0.2) diff --git a/package.json b/package.json index d8e2299..1250d54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-flexview", - "version": "4.0.2", + "version": "4.0.3", "description": "A react component to abstract over flexbox", "files": [ "lib",