Skip to content

Commit 8051760

Browse files
committed
Update changelog, bump version to 2.10.0
1 parent 4b953f0 commit 8051760

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.10.0 (2025-01-03)
2+
3+
### 🛠 Core
4+
5+
- Added ability to set custom icon element for Intercom provider ([#467](https://github.com/calibreapp/react-live-chat-loader/pull/467)) by @leviceccato
6+
7+
### 📦 Dependencies
8+
9+
- Updated dependencies
10+
111
## 2.9.2 (2024-07-18)
212

313
### 🛠 Core

package-lock.json

Lines changed: 2 additions & 2 deletions
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.9.2",
3+
"version": "2.10.0",
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)