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 Sep 25, 2024
1 parent f906df5 commit ad735bc
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.13 (26-09-2024)

**Fixed:**
- Fixed an issue where the toggle voice event was not properly triggered

**Added:**
- Improved support for ssr (users now no longer need to rely on dynamic imports as a workaround)

## v2.0.0-beta.12 (20-09-2024)

**Fixed:**
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.12",
"version": "2.0.0-beta.13",
"description": "A modern React library for creating a flexible and extensible chatbot.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit ad735bc

Please sign in to comment.