Skip to content

Commit

Permalink
chore: Bump package version, update changelog and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Aug 1, 2024
1 parent 04e9aa1 commit a511a67
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.4 (02-08-2024)

**Fixed:**
- Fixed an issue where disabling `chatInput` globally cannot be overriden by block-level `chatDisabled` attribute

## v2.0.0-beta.3 (28-07-2024)

**Fixed:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If there are any questions pertaining to the application itself (usage or implem
#### Images
Credits are to be given for the following images:
- [Logo](https://www.craiyon.com/)
- [Bot Avatar](https://www.craiyon.com/)
- [Bot Avatar (v1)](https://www.craiyon.com/)

#### Sound
Credits are to be given for the notification sound:
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.3",
"version": "2.0.0-beta.4",
"description": "A modern React library for creating a flexible and extensible chatbot.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit a511a67

Please sign in to comment.