Skip to content

Commit

Permalink
Merge pull request #76 from sendbird/release/v1.1.1
Browse files Browse the repository at this point in the history
release: 1.1.1
  • Loading branch information
AhyoungRyu authored Feb 2, 2024
2 parents 9ebeb63 + f6889d9 commit e3dba9e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [v1.1.1] (Feb 2 2024)

#### Feat:
- Added missing profile URL image prop
- Used bot profileUrl & nickname in the channel header
- Applied text overflow attribute to message input element

#### Chore:
- Excluded Pull Request option from Github.io deployment configuration

## [v1.1.0] (Nov 9 2023)
#### Feat:
- Renamed `quick_replies` to `suggested_replies`
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
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.1.0",
"version": "1.1.1",
"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 e3dba9e

Please sign in to comment.