chore(release): 2.2.2

This commit is contained in:
Greg Bergé 2018-05-25 14:46:21 +00:00
parent d32c74c92d
commit 0a119f8ecc
2 changed files with 11 additions and 1 deletions

View File

@ -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.
<a name="2.2.2"></a>
## [2.2.2](https://github.com/smooth-code/loadable-components/compare/v2.2.1...v2.2.2) (2018-05-25)
### Bug Fixes
* fix error handling in loadComponents (#87) ([d32c74c](https://github.com/smooth-code/loadable-components/commit/d32c74c)), closes [#87](https://github.com/smooth-code/loadable-components/issues/87)
<a name="2.2.1"></a>
## [2.2.1](https://github.com/smooth-code/loadable-components/compare/v2.2.0...v2.2.1) (2018-05-23)

View File

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