diff options
Diffstat (limited to 'packages/react-docs')
-rw-r--r-- | packages/react-docs/CHANGELOG.json | 5 | ||||
-rw-r--r-- | packages/react-docs/CHANGELOG.md | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/packages/react-docs/CHANGELOG.json b/packages/react-docs/CHANGELOG.json index 3b7b616b6..828701e35 100644 --- a/packages/react-docs/CHANGELOG.json +++ b/packages/react-docs/CHANGELOG.json @@ -1,6 +1,6 @@ [ { - "version": "0.0.4", + "version": "0.0.5", "changes": [ { "note": @@ -21,7 +21,8 @@ "note": "Add support for documenting exported functions.", "pr": 465 } - ] + ], + "timestamp": 1522658513 }, { "version": "0.0.3", diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index 8ce3ef68c..c9d2680ea 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -1,6 +1,11 @@ -# CHANGELOG +<!-- +This file is auto-generated using the monorepo-scripts package. Don't edit directly. +Edit the package's CHANGELOG.json file only. +--> -## v0.0.4 - _TBD_ +CHANGELOG + +## v0.0.5 - _April 2, 2018_ * Handle `reflection` type rendering so that anonymous function type declarations render properly (#465) * Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures. (#465) |