Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2022-12-18)

### Features

* added removeMessagesFromConversation method to ChatProvider ([c957453](c957453))
  • Loading branch information
supersnager committed Dec 18, 2022
1 parent c957453 commit 343f31a
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

# [3.1.0](https://github.com/chatscope/use-chat/compare/v3.0.0...v3.1.0) (2022-12-18)


### Features

* added removeMessagesFromConversation method to ChatProvider ([c957453](https://github.com/chatscope/use-chat/commit/c957453880a55438c1063490e2d9e81b60a50047))

# [3.0.0](https://github.com/chatscope/use-chat/compare/v2.0.3...v3.0.0) (2022-12-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.0.0",
"version": "3.1.0",
"description": "React hook for state management in chat applications",
"license": "MIT",
"homepage": "https://chatscope.io/",
Expand Down

0 comments on commit 343f31a

Please sign in to comment.