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 Jul 25, 2024
1 parent dc8ea78 commit 9f3c4b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG.md

## v2.0.0-beta.2 (25-07-2024)

**Fixed:**
- Fixed an issue where theme conflicts are not properly resolved
- Fixed an issue where invalid sections are not caught in themes
- Fixed an issue where sensitive inputs permanently mask the remaining conversations
- Fixed an issue where chatbot loses focus in text area when transitioning from a previously disabled state

## v2.0.0-beta.1 (24-07-2024)

**Note:**
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 @@ -11,7 +11,7 @@
"files": [
"./dist"
],
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "A modern React library for creating a flexible and extensible chatbot.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 9f3c4b4

Please sign in to comment.