chore(release): 1.4.0

This commit is contained in:
Greg Bergé 2018-04-18 15:28:42 +00:00
parent 9b0cae2acd
commit 351fd8dcf6
2 changed files with 16 additions and 1 deletions

View File

@ -2,6 +2,21 @@
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.
<a name="1.4.0"></a>
# [1.4.0](https://github.com/smooth-code/loadable-components/compare/v1.3.0...v1.4.0) (2018-04-18)
### Bug Fixes
* set correct loading state if component is already loaded. (#64) ([9b0cae2](https://github.com/smooth-code/loadable-components/commit/9b0cae2))
### Features
* support React.createContext API (#65) ([289ad67](https://github.com/smooth-code/loadable-components/commit/289ad67))
<a name="1.3.0"></a>
# [1.3.0](https://github.com/smooth-code/loadable-components/compare/v1.2.0...v1.3.0) (2018-04-06)

View File

@ -1,6 +1,6 @@
{
"name": "loadable-components",
"version": "1.3.0",
"version": "1.4.0",
"description": "React code splitting made easy.",
"repository": "git@github.com:smooth-code/loadable-components.git",
"main": "dist/loadable-components.cjs.js",