diff --git a/CHANGELOG.md b/CHANGELOG.md index c812d346d..b5bdff5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2cd8c3eeb..d2c3162b7 100644 --- a/package.json +++ b/package.json @@ -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",