Skip to content

Commit

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

### Bug Fixes

* missing Sender export ([5512de9](5512de9))
  • Loading branch information
supersnager committed Mar 8, 2023
1 parent 5512de9 commit c0b2748
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chatscope/use-chat changelog

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


### Bug Fixes

* missing Sender export ([5512de9](https://github.com/chatscope/use-chat/commit/5512de94b6ebc5543e5984160c23bec1972c68b3))

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


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

0 comments on commit c0b2748

Please sign in to comment.