Skip to content

Commit

Permalink
v8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Aug 1, 2024
1 parent 2db5ed3 commit 38afc3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## v8.5.0

### Breaking Changes

* ⚠️ Changed the argument of the `CrispClient.website.batchResolveConversations` method.
* ⚠️ Changed the argument of the `CrispClient.website.batchReadConversations` method.
* ⚠️ Changed the argument of the `CrispClient.website.batchRemoveConversations` method.

### New Features

* Added the new `CrispClient.website.updateConversationInbox` method.

## v8.4.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crisp-api",
"description": "Crisp API wrapper for Node - official, maintained by Crisp",
"version": "8.4.0",
"version": "8.5.0",
"homepage": "https://github.com/crisp-im/node-crisp-api",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 38afc3a

Please sign in to comment.