Skip to content

Commit 5430415

Browse files
committed
chore(release): 1.0.2
1 parent 236276b commit 5430415

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.0.2](https://github.com/merceyz/typescript-to-proptypes/compare/v1.0.1...v1.0.2) (2019-07-09)
6+
7+
### Bug Fixes
8+
9+
- **injector:** don't visit FunctionDeclarations more than once ([236276b](https://github.com/merceyz/typescript-to-proptypes/commit/236276b))
10+
511
### [1.0.1](https://github.com/merceyz/typescript-to-proptypes/compare/v1.0.0...v1.0.1) (2019-07-09)
612

713
### Bug Fixes

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.0.1",
3+
"version": "1.0.2",
44
"description": "Generate proptypes from typescript declarations",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)