Skip to content

Commit

Permalink
docs: Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Nov 13, 2024
1 parent 7255c06 commit 0edf058
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG.md

## v2.0.0-beta.24 (13-11-2024)

**Fixed:**
- Fixed an issue where toasts showed up incorrectly positioned in embedded chatbots

## v2.0.0-beta.23 (07-11-2024)

**Minor Breaking Change:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Welcome to React ChatBotify, an intuitive and versatile library that allows you

Designed with developers in mind, React ChatBotify simplifies the chatbot development process without compromising on functionality. Its intuitive API and comprehensive customization options allow you to tailor your chatbot to meet specific project requirements seamlessly. From handling basic interactions to managing complex and advanced conversational flows, our library empowers you to deliver engaging user experiences. Head over to our [**community showcases**](https://github.com/tjtanjin/react-chatbotify/blob/main/SHOWCASES.md) or join [**our discord**](https://discord.gg/6R4DK4G5Zh) to get inspired and start crafting your chatbot today!

React ChatBotify is currently compatible with **React versions 16, 17, 18, and 19**. Get started today by installing the library with the following command:
React ChatBotify is currently compatible with **React versions 16, 17, 18, and 19**. Get started by installing the library with the following command:

`npm install react-chatbotify --save`

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
Expand Up @@ -12,7 +12,7 @@
"files": [
"./dist"
],
"version": "2.0.0-beta.23",
"version": "2.0.0-beta.24",
"description": "A modern React library for creating flexible and extensible chatbots.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 0edf058

Please sign in to comment.