From 94fbd8eb563e1adaa84d296392ad913a5c4bdaf1 Mon Sep 17 00:00:00 2001 From: Giovanni Gonzaga Date: Fri, 6 Jul 2018 13:09:38 +0200 Subject: [PATCH] 4.0.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6960a9d..e3338be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## [v4.0.1](https://github.com/buildo/react-flexview/tree/v4.0.1) (2018-07-06) +[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.0...v4.0.1) + ## [v4.0.0](https://github.com/buildo/react-flexview/tree/v4.0.0) (2018-07-02) [Full Changelog](https://github.com/buildo/react-flexview/compare/v3.0.2...v4.0.0) diff --git a/package.json b/package.json index 3ec6493..0533809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-flexview", - "version": "4.0.0", + "version": "4.0.1", "description": "A react component to abstract over flexbox", "files": [ "lib",