Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [5.4.2](https://github.com/reactjs/react-docgen/compare/v5.4.1...v5.4.2) (2022-06-13)


### Bug Fixes

* 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-docgen",
"version": "5.4.1",
"version": "5.4.2",
"description": "A CLI and toolkit to extract information from React components for documentation generation.",
"repository": {
"type": "git",
Expand Down