@chat21/chat21-web-widget 5.0.56-rc.6 → 5.0.56

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # chat21-web-widget ver 5.0
2
2
 
3
+ ### 5.0.56 in PROD
4
+
3
5
  ### 5.0.56-rc.6
4
6
  - bug-fixed: setPresence not fired due to undefined reading Query in database
5
7
  - bug-fixed: multiple rules was done--> do only the first that match the regex
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-web-widget",
3
3
  "author": "Tiledesk SRL",
4
- "version": "5.0.56-rc.6",
4
+ "version": "5.0.56",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {