Skip to content

Commit

Permalink
release: v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Apr 24, 2024
1 parent f2bfe36 commit de9ae6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.3] (April 24 2024)
#### Feat:
- Integrated Datadog RUM (Real User Monitoring) in a slimmed-down version to optimize performance monitoring without heavily impacting the application's load time.

#### Fix:
- Made `children` prop type optional for <ChatAiWidget /> component.


## [1.4.2] (April 23 2024)
#### Fix:
- Fixed a DOMException issue in useDynamicAttachModal hook.
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.4.2",
"version": "1.4.3",
"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 de9ae6a

Please sign in to comment.