Skip to content

Commit

Permalink
chore: Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Sep 20, 2024
1 parent cf1ac21 commit 0f26940
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG.md

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

**Fixed:**
- Fixed an issue where toasts do not obey max limit
- Fixed an issue where toasts are not positioned properly
- Fixed an issue where notification sound does not play correctly in `useNotifications`

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

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

0 comments on commit 0f26940

Please sign in to comment.