diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..d058b7fed84 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 849bffbb23f..41336cc62b5 100644 --- a/package.json +++ b/package.json @@ -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",