Skip to content

Commit 6a0652f

Browse files
author
Ivan Grekov
committed
update to 1.0.1
1 parent 42a9c1d commit 6a0652f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## v.1.0.1
4+
5+
- small updates for `README.md`
6+
7+
## v.1.0.0
8+
9+
- initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-react-function-component-props-handler",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "a custom react function components props handler for react-docgen. It allows you to parse props, which are typed as React.functionComponent<props> without rewriting your code",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)