Skip to content

Commit 6c45d17

Browse files
v10.1.0
1 parent bc0f77a commit 6c45d17

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
Changelog
22
=========
33

4+
## v10.1.0
5+
6+
### New Features
7+
8+
* Added `options` to `CrispClient.website.listConversations`.
9+
410
## v10.0.18
511

12+
### New Features
13+
614
* Added the new `CrispClient.setCustomHeaders` method to set custom headers for all API requests.
715

816
## v10.0.17
917

18+
### New Features
19+
1020
* Add `stamped` to `ConversationMessage`.
1121

1222
## v10.0.16
1323

24+
### Changes
25+
1426
* Harden types on `ConversationVerifyIdentityRequest` and `ConversationVerifyIdentityRedeem`.
1527

1628
## v10.0.15

package.json

Lines changed: 1 addition & 1 deletion
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": "10.0.18",
4+
"version": "10.1.0",
55
"homepage": "https://github.com/crisp-im/node-crisp-api",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)