We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310efb3 commit 5682191Copy full SHA for 5682191
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+## v10.3.0
5
+
6
+### New Features
7
8
+* Added a new `includePlan` parameter to `CrispClient.plugin.listAllConnectWebsites` and `CrispClient.plugin.listConnectWebsitesSince` methods.
9
10
## v10.2.0
11
12
### New Features
package.json
@@ -1,7 +1,7 @@
{
"name": "crisp-api",
"description": "Crisp API wrapper for Node - official, maintained by Crisp",
- "version": "10.2.0",
+ "version": "10.3.0",
"homepage": "https://github.com/crisp-im/node-crisp-api",
"license": "MIT",
"author": {
0 commit comments