Skip to content

Commit

Permalink
Merge pull request #79 from sendbird/release/1.1.2
Browse files Browse the repository at this point in the history
release: 1.1.2
  • Loading branch information
luke-cha authored Feb 8, 2024
2 parents 5c22bf6 + 6eae191 commit b284aa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [v1.1.1] (Feb 2 2024)
## [v1.1.2] (Feb 7 2024)
#### Fix:
- Fixed text alignment issue with sendbird-message-input-text-field
- Fixed autoOpen & betaMark prop behavior issue

## [v1.1.1] (Feb 2 2024)
#### Feat:
- Added missing profile URL image prop
- Used bot profileUrl & nickname in the channel header
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.1.1",
"version": "1.1.2",
"description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit b284aa5

Please sign in to comment.