Skip to content

Commit

Permalink
Merge pull request #330 from calibreapp/release-2-8-2
Browse files Browse the repository at this point in the history
🔖  2.8.2 Release
  • Loading branch information
robmorieson committed Oct 17, 2023
2 parents be16458 + f7b5869 commit 1c19846
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.8.2 (2023-10-17)

### 📦 Dependencies

- Updates dependencies.

### 🐛 Bugs

- Adjusts `targets` value in `.babelrc` to ensure build is transpiled to ES5 ([#228](https://github.com/calibreapp/react-live-chat-loader/issues/228)).

### 💞 Credits

Thanks to [nzjames](https://github.com/nzjames) for reporting, debugging and offering up a solution to the dropped ES5 compatibility bug.

## 2.8.1 (2022-12-22)

### 📦 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.1",
"version": "2.8.2",
"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 1c19846

@vercel
Copy link

@vercel vercel bot commented on 1c19846 Oct 17, 2023

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.