Skip to content

Commit d548b38

Browse files
4.0.2
1 parent 08d7649 commit d548b38

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## [v4.0.2](https://github.com/buildo/react-flexview/tree/v4.0.2) (2019-01-23)
6+
[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.1...v4.0.2)
7+
8+
#### New features:
9+
10+
- Typescript 2.9.2 failed when compiling typelevel-ts dependency [#69](https://github.com/buildo/react-flexview/issues/69)
11+
12+
#### Fixes (bugs & defects):
13+
14+
- unsafe check in development [#67](https://github.com/buildo/react-flexview/issues/67)
15+
516
## [v4.0.1](https://github.com/buildo/react-flexview/tree/v4.0.1) (2018-07-06)
617
[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.0...v4.0.1)
718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-flexview",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A react component to abstract over flexbox",
55
"files": [
66
"lib",

0 commit comments

Comments
 (0)