Skip to content

Commit

Permalink
Merge pull request #368 from calibreapp/release-2.9.0
Browse files Browse the repository at this point in the history
🔖 2.9.0 Release
  • Loading branch information
robmorieson committed Jan 9, 2024
2 parents daa3a03 + f5787a6 commit 8a49cf3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 2.9.0 (2024-01-09)

### 🆕 New providers

- Adds `HubSpot` as a provider ([#281](https://github.com/calibreapp/react-live-chat-loader/pull/281))
- Adds `Front` as a provider ([#345](https://github.com/calibreapp/react-live-chat-loader/pull/345))

### 📦 Dependencies

- Updates dependencies
- Removes unnecessary dependencies ([#341](https://github.com/calibreapp/react-live-chat-loader/pull/341))

### 🐛 Bugs

- Updates `module` targets in `.babelrc` to ensure all builds are transpiled to ES5 ([#341](https://github.com/calibreapp/react-live-chat-loader/pull/341))

### 💞 Credits

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.

## 2.8.2 (2023-10-17)

### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-live-chat-loader",
"version": "2.8.2",
"version": "2.9.0",
"description": "Implement live chat in your react app without taking a performance hit.",
"main": "dist/index.js",
"module": "module/index.js",
Expand Down

1 comment on commit 8a49cf3

@vercel
Copy link

@vercel vercel bot commented on 8a49cf3 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.