Skip to content

Commit f4834f0

Browse files
committed
chore(release): 1.2.3
1 parent cbe5564 commit f4834f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

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

33
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.
44

5+
### [1.2.3](https://github.com/merceyz/typescript-to-proptypes/compare/v1.2.2...v1.2.3) (2019-07-24)
6+
7+
### Bug Fixes
8+
9+
- **parser:** handle return type of JSX.Element | null ([cbe5564](https://github.com/merceyz/typescript-to-proptypes/commit/cbe5564))
10+
511
### [1.2.2](https://github.com/merceyz/typescript-to-proptypes/compare/v1.2.1...v1.2.2) (2019-07-23)
612

713
### Bug Fixes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-to-proptypes",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Generate proptypes from typescript declarations",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)