Skip to content

Commit 8a49cf3

Browse files
authored
Merge pull request #368 from calibreapp/release-2.9.0
🔖 2.9.0 Release
2 parents daa3a03 + f5787a6 commit 8a49cf3

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2.9.0 (2024-01-09)
2+
3+
### 🆕 New providers
4+
5+
- Adds `HubSpot` as a provider ([#281](https://github.com/calibreapp/react-live-chat-loader/pull/281))
6+
- Adds `Front` as a provider ([#345](https://github.com/calibreapp/react-live-chat-loader/pull/345))
7+
8+
### 📦 Dependencies
9+
10+
- Updates dependencies
11+
- Removes unnecessary dependencies ([#341](https://github.com/calibreapp/react-live-chat-loader/pull/341))
12+
13+
### 🐛 Bugs
14+
15+
- Updates `module` targets in `.babelrc` to ensure all builds are transpiled to ES5 ([#341](https://github.com/calibreapp/react-live-chat-loader/pull/341))
16+
17+
### 💞 Credits
18+
19+
Thanks to [altaywtf](https://github.com/altaywtf) for module targets bugfix and dependency cleanup; [jucallej](https://github.com/jucallej) and [drwlrsn](https://github.com/drwlrsn) for their work on adding `HubSpot` as a provider; and [IlirEdis](https://github.com/IlirEdis) for the addition of `Front` as a provider.
20+
121
## 2.8.2 (2023-10-17)
222

323
### 📦 Dependencies

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.8.2",
3+
"version": "2.9.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)