aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs/CHANGELOG.md')
-rw-r--r--packages/react-docs/CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
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)