Skip to content

Commit 1c19846

Browse files
authored
Merge pull request #330 from calibreapp/release-2-8-2
🔖 2.8.2 Release
2 parents be16458 + f7b5869 commit 1c19846

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.8.2 (2023-10-17)
2+
3+
### 📦 Dependencies
4+
5+
- Updates dependencies.
6+
7+
### 🐛 Bugs
8+
9+
- Adjusts `targets` value in `.babelrc` to ensure build is transpiled to ES5 ([#228](https://github.com/calibreapp/react-live-chat-loader/issues/228)).
10+
11+
### 💞 Credits
12+
13+
Thanks to [nzjames](https://github.com/nzjames) for reporting, debugging and offering up a solution to the dropped ES5 compatibility bug.
14+
115
## 2.8.1 (2022-12-22)
216

317
### 📦 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.1",
3+
"version": "2.8.2",
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)