Skip to content

Commit 30ac03b

Browse files
chore(release): 5.5.1 [skip ci]
## [5.5.1](v5.5.0...v5.5.1) (2019-12-16) ### Bug Fixes * **ci:** running npm run flow and allow failure ([97127ac](97127ac)) * **react-loadable:** Upgrade to babel 7, fix warnings (see jamiebuilds/react-loadable#216) ([88564a6](88564a6))
1 parent a67e040 commit 30ac03b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [5.5.1](https://github.com/yeutech-lab/react-loadable/compare/v5.5.0...v5.5.1) (2019-12-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** running npm run flow and allow failure ([97127ac](https://github.com/yeutech-lab/react-loadable/commit/97127ac7e10b667674b0028edba4374665a62bca))
7+
* **react-loadable:** Upgrade to babel 7, fix warnings (see https://github.com/jamiebuilds/react-loadable/pull/216) ([88564a6](https://github.com/yeutech-lab/react-loadable/commit/88564a6e42bc7bad271531f59c66b8eeca037292))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yeutech-lab/react-loadable",
3-
"version": "1.0.0",
3+
"version": "5.5.1",
44
"description": "A higher order component for loading components with promises",
55
"main": "lib/index.js",
66
"author": "James Kyle <[email protected]>",

0 commit comments

Comments
 (0)