Skip to content

Commit d2dad6d

Browse files
committed
chore(5.x): release 5.4.3
1 parent 0c3c38f commit d2dad6d

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
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.4.3](https://github.com/reactjs/react-docgen/compare/v5.4.2...v5.4.3) (2022-07-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Add support for TSAsExpressions when trying to stringify expressions ([#634](https://github.com/reactjs/react-docgen/issues/634)) ([8b34e26](https://github.com/reactjs/react-docgen/commit/8b34e262e4da5f4b6fdbae5b2b810e761e17da8b))
9+
* Fix for expressionTo with Spread and Methods ([0c3c38f](https://github.com/reactjs/react-docgen/commit/0c3c38f0ffc4155ff4c037e28e85320fd3f61cb9))
10+
311
## [5.4.2](https://github.com/reactjs/react-docgen/compare/v5.4.1...v5.4.2) (2022-06-13)
412

513

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.2",
3+
"version": "5.4.3",
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)