From 0327d09d08650ac74f23732e5d22eb61c638c34d Mon Sep 17 00:00:00 2001 From: Ivan Grishin Date: Sun, 15 Mar 2020 20:50:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=204.0.0-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9b532..c172f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [4.0.0-1](https://github.com/exah/react-universal-data/compare/4.0.0-0...4.0.0-1) - 2020-03-15 + +### Fixed + +- 🚑 Remove not used `RESET` action [`a79233c`](https://github.com/exah/react-universal-data/commit/a79233c8bcd665b5749108825e5a87d3600ac044) + ## [4.0.0-0](https://github.com/exah/react-universal-data/compare/3.0.1...4.0.0-0) - 2020-03-15 ### Added diff --git a/package.json b/package.json index 83926af..04d4cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-universal-data", - "version": "4.0.0-0", + "version": "4.0.0-1", "description": "Simple React HOC for getting async data + SSR", "author": "John Grishin ", "license": "MIT",