Skip to content

Commit a2f8bb6

Browse files
author
Michael Dijkstra
committed
2.5.1
1 parent 214ffac commit a2f8bb6

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### 2.5.0 - 2021-05-24
1+
### 2.5.1 - 2021-06-09
2+
3+
- Use relative paths for library imports to ensure types can be found
4+
5+
### 2.5.0 - 2021-06-08
26

37
- Add `Chatwoot` component (thanks @motiko)
48
- Update how we detect if a provider has loaded

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-live-chat-loader",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Implement live chat in your react app without taking a performance hit.",
55
"main": "dist/index.js",
66
"module": "module/index.js",

0 commit comments

Comments
 (0)