Skip to content

Commit 91550f8

Browse files
committed
chore(5.x): release 5.4.2
1 parent eb31246 commit 91550f8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [5.4.2](https://github.com/reactjs/react-docgen/compare/v5.4.1...v5.4.2) (2022-06-13)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix wrong detection of forwardRef in combination with memo ([#592](https://github.com/reactjs/react-docgen/issues/592)) ([522e8f5](https://github.com/reactjs/react-docgen/commit/522e8f55ccde49354a3949a777e52cc92d6b0330))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-docgen",
3-
"version": "5.4.1",
3+
"version": "5.4.2",
44
"description": "A CLI and toolkit to extract information from React components for documentation generation.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)