We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d8ea9 commit a8f46caCopy full SHA for a8f46ca
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 2.5.2 - 2021-06-25
2
+
3
+- Bug fix for using `loadChat` to open a widget
4
5
### 2.5.1 - 2021-06-09
6
7
- Use relative paths for library imports to ensure types can be found
package.json
@@ -1,6 +1,6 @@
{
"name": "react-live-chat-loader",
- "version": "2.5.1",
+ "version": "2.5.2",
"description": "Implement live chat in your react app without taking a performance hit.",
"main": "dist/index.js",
"module": "module/index.js",
0 commit comments