crisp-api 5.0.0 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ ## v5.0.4
5
+
6
+ ### Changes
7
+
8
+ * Added a new parameter `mode` to the `CrispClient.website.initiateNewCallSessionForConversation` method.
9
+
10
+ ## v5.0.3
11
+
12
+ ### Changes
13
+
14
+ * Improved `README.md` references to REST API and RTM API resources.
15
+
16
+ ## v5.0.2
17
+
18
+ ### Changes
19
+
20
+ * Added a new parameter `data` to the `CrispClient.website.deliverWidgetDataFetchActionForConversation` method.
21
+
22
+ ## v5.0.1
23
+
24
+ ### Changes
25
+
26
+ * Minor `README.md` title change.
27
+
4
28
  ## v5.0.0
5
29
 
6
30
  ### Breaking Changes