Skip to content

Commit

Permalink
chore(release): 4.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-alpha.1](v3.1.1...v4.0.0-alpha.1) (2023-03-08)

### Features

* added sender and data to ChatMessage ([d91b013](d91b013))

### BREAKING CHANGES

* property senderId was removed from ChatMessage class,
some properties was changed to readonly
  • Loading branch information
supersnager committed Mar 8, 2023
1 parent 5f5614b commit e50dfbc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @chatscope/use-chat changelog

# [4.0.0-alpha.1](https://github.com/chatscope/use-chat/compare/v3.1.1...v4.0.0-alpha.1) (2023-03-08)


### Features

* added sender and data to ChatMessage ([d91b013](https://github.com/chatscope/use-chat/commit/d91b013a4b18c8ab4580779ca170ed2c3c612c78))


### BREAKING CHANGES

* property senderId was removed from ChatMessage class,
some properties was changed to readonly

## [3.1.1](https://github.com/chatscope/use-chat/compare/v3.1.0...v3.1.1) (2023-01-18)


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": "@chatscope/use-chat",
"version": "3.1.1",
"version": "4.0.0-alpha.1",
"description": "React hook for state management in chat applications",
"license": "MIT",
"homepage": "https://chatscope.io/",
Expand Down

0 comments on commit e50dfbc

Please sign in to comment.