Skip to content

Commit

Permalink
docs: Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Sep 17, 2024
1 parent 2a1dfdf commit 6e7b08e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG.md

## v2.0.0-beta.10 (18-09-2024)

**Fixed:**
- Fixed an issue where chatbot view on mobile devices may not resize correctly
- Fixed an issue where uuids are not generated properly for non-https environments

## v2.0.0-beta.9 (16-09-2024)

**Breaking Changes (Advanced Users):**
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.9",
"version": "2.0.0-beta.10",
"description": "A modern React library for creating a flexible and extensible chatbot.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 6e7b08e

Please sign in to comment.