Skip to content

Commit 1a0c8cd

Browse files
committed
chore(main): release 6.0.1-alpha.3
1 parent 23d80ca commit 1a0c8cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.0.1-alpha.3](https://github.com/reactjs/react-docgen/compare/v6.0.0-alpha.3...v6.0.1-alpha.3) (2022-07-28)
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)) ([51e56b6](https://github.com/reactjs/react-docgen/commit/51e56b6e5e7b366af836b950ef8fc843c6ba920b))
9+
310
## [6.0.0-alpha.3](https://github.com/reactjs/react-docgen/compare/v6.0.0-alpha.2...v6.0.0-alpha.3) (2022-06-13)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-docgen",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.1-alpha.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)