diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b57bf4..ab7f6a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.6 +- fixed a bug where named links would not render in a received message + ## 0.5.5 - new prop, `docViewer`, if this props is true, this will treat every link in received messages as a document and will open it in a popup using docs.google.com/viewer (note: this is an experimental feature and should be used with caution) diff --git a/README.md b/README.md index 9cfc4832..01de1143 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A simple webchat widget to connect with a chatbot. Forked from [react-chat-widge In your ``: ```javascript
- +