Skip to content

Commit c6900e7

Browse files
v9.4.0
1 parent 9127bc5 commit c6900e7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
## v9.4.0
5+
6+
### Breaking Changes
7+
8+
* ⚠️ Changed the `verify` argument of the `CrispClient.website.inviteWebsiteOperator` method (to be a verification challenge).
9+
* ⚠️ Changed the `verify` argument of the `CrispClient.website.deleteHelpdesk` method (to be a verification challenge).
10+
* ⚠️ Changed the `verify` argument of the `CrispClient.website.deleteWebsite` method (to be a verification challenge).
11+
412
## v9.3.1
513

614
### Breaking Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crisp-api",
33
"description": "Crisp API wrapper for Node - official, maintained by Crisp",
4-
"version": "9.3.1",
4+
"version": "9.4.0",
55
"homepage": "https://github.com/crisp-im/node-crisp-api",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)