From 5645ffc1706c52338cde122745c7bf705d95fb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Sun, 4 Feb 2018 10:43:24 +0100 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b85a055..ff648081f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.0.2](https://github.com/smooth-code/loadable-components/compare/v1.0.1...v1.0.2) (2018-02-04) + + +### Bug Fixes + +* state could have no children ([a47c410](https://github.com/smooth-code/loadable-components/commit/a47c410)), closes [#36](https://github.com/smooth-code/loadable-components/issues/36) + + + ## [1.0.1](https://github.com/smooth-code/loadable-components/compare/v1.0.0...v1.0.1) (2018-02-03) diff --git a/package.json b/package.json index 3d3919bec..a7ee07d5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loadable-components", - "version": "1.0.1", + "version": "1.0.2", "description": "React code splitting made easy.", "main": "lib/index.js", "repository": "git@github.com:smooth-code/loadable-components.git",