Skip to content

Commit

Permalink
v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 17, 2024
1 parent 9127bc5 commit c6900e7
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,6 +1,14 @@
Changelog
=========

## v9.4.0

### Breaking Changes

* ⚠️ Changed the `verify` argument of the `CrispClient.website.inviteWebsiteOperator` method (to be a verification challenge).
* ⚠️ Changed the `verify` argument of the `CrispClient.website.deleteHelpdesk` method (to be a verification challenge).
* ⚠️ Changed the `verify` argument of the `CrispClient.website.deleteWebsite` method (to be a verification challenge).

## v9.3.1

### Breaking Changes
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": "9.3.1",
"version": "9.4.0",
"homepage": "https://github.com/crisp-im/node-crisp-api",
"license": "MIT",
"author": {
Expand Down

0 comments on commit c6900e7

Please sign in to comment.